Skip to content

Commit

Permalink
update centos build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelsted authored Jun 29, 2021
1 parent 6919a99 commit e809f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
- name: Build
run: |
docker run --rm dockbuild/centos5:latest > ./dockbuild \
docker run --rm dockbuild/centos7:latest > ./dockbuild \
&& chmod +x ./dockbuild \
&& ./dockbuild -a "-e RELEASE_OS=$RELEASE_OS -e RELEASE_VERSION=$RELEASE_VERSION" bash -c "make -f Makefile.release build && make -f Makefile.release compile_release_$RELEASE_OS"
env:
Expand Down

0 comments on commit e809f40

Please sign in to comment.