diff --git a/.github/workflows/go-build.yaml b/.github/workflows/go-build.yaml index 22ea414ab..4511385c1 100644 --- a/.github/workflows/go-build.yaml +++ b/.github/workflows/go-build.yaml @@ -26,6 +26,10 @@ jobs: # Include amd64 on all platforms. goos: [windows, freebsd, openbsd, linux, darwin] goarch: [amd64, 386] + exclude: + # Exclude i386 on darwin. + - goarch: 386 + goos: darwin include: # BEIGIN MacOS ARM64 - goos: darwin