Skip to content

Commit

Permalink
restore 32-bit arm
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Jun 4, 2024
1 parent 9d7ca94 commit 436d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: ["arm64", "amd64"]
goarch: ["arm", "arm64", "amd64"]
fail-fast: false # recommended during development
name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
steps:
Expand Down

0 comments on commit 436d5fa

Please sign in to comment.