Skip to content

Commit

Permalink
fix static binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyh committed May 30, 2021
1 parent 973a7f3 commit e6d12ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Build axentro-adaptor binary
run: |
mkdir build
crystal build src/axentro-adaptor.cr -o build/axentro-adaptor-${GITHUB_REF_SLUG}-linux --release --no-debug --static
mkdir build
docker-compose run --rm app crystal build src/axentro-adaptor.cr -o build/axentro-adaptor-${GITHUB_REF_SLUG}-linux --release --no-debug --static
- name: Upload to GitHub Releases
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e6d12ce

Please sign in to comment.