Skip to content

Commit

Permalink
build: remove 32-bit builds
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
angrycub committed Jun 10, 2024
1 parent 7e44fef commit 11a9adb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
matrix:
goos: ["linux", "darwin", "windows", "freebsd"]
goarch: [ "amd64", "arm64"]
include:
- { goos: "linux", goarch: "386" }
- { goos: "linux", goarch: "arm" }
- { goos: "freebsd", goarch: "arm" }
fail-fast: true
name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
steps:
Expand Down Expand Up @@ -139,7 +135,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
arch: ["arm", "arm64", "386", "amd64"]
arch: ["arm64", "amd64"]
fail-fast: true
env:
version: ${{ needs.get-product-version.outputs.product-version }}
Expand Down

0 comments on commit 11a9adb

Please sign in to comment.