Skip to content

Commit

Permalink
fix(build): adjust towards arm goarch
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jan 10, 2021
1 parent b1e2a52 commit 7f3b2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
goarch: [amd64]
include:
- os: ubuntu-latest
goarch: arm64
goarch: arm
- os: windows-latest
goarch: 386
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7f3b2dd

Please sign in to comment.