Skip to content

Commit

Permalink
Build only linux binaries because of a cross-compilation hell with cr…
Browse files Browse the repository at this point in the history
…ypto C libs.
  • Loading branch information
web3coach committed Jun 6, 2021
1 parent ab48448 commit 6e3f824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64, darwin/amd64
goos: [linux, darwin]
# build and publish in parallel: linux/amd64
goos: [linux]
goarch: [amd64]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6e3f824

Please sign in to comment.