Skip to content

Commit

Permalink
Build arm binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive authored Aug 7, 2021
1 parent 1275741 commit bffdfe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: [amd64]
goarch: [amd64, arm]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bffdfe6

Please sign in to comment.