Skip to content

Commit

Permalink
build: remove 32-bit builds (#352)
Browse files Browse the repository at this point in the history
We no longer intend to release 32-bit builds for any platform for Nomad
ecosystem projects.

Ref: hashicorp/nomad#23189
Ref: hashicorp/nomad-enterprise#1053
  • Loading branch information
tgross authored Jun 5, 2024
1 parent 2e000db commit 57be144
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: ["arm", "arm64", "amd64"]
goarch: ["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 57be144

Please sign in to comment.