Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mei-Zhao authored Feb 24, 2021
1 parent 0886ca2 commit 4ec2a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64]
goarch: ["386", amd64, arm, arm64]
exclude:
# windows/arm64 , darwin/arm sand darwin/386 seems useless
- goarch: "386"
Expand Down

0 comments on commit 4ec2a58

Please sign in to comment.