Skip to content

Commit

Permalink
add arm 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Feb 27, 2023
1 parent 9cfcc99 commit f58a173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
strategy:
matrix:
goos: [linux, darwin]
goarch: ["386", amd64, arm64]
goarch: ["386", amd64, arm64, arm]
exclude:
- goarch: "386"
goos: darwin
- goarch: "arm"
goos: darwin
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
Expand Down

0 comments on commit f58a173

Please sign in to comment.