Skip to content

Commit

Permalink
Remove i386 from release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed May 1, 2022
1 parent 1617155 commit c21c13c
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
goos: [freebsd, linux, windows]
goarch: ["386", amd64]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c21c13c

Please sign in to comment.