From b98eb9411f69749a18c8a104bb0278931c32d2aa Mon Sep 17 00:00:00 2001 From: bepass <43346478+uoosef@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:04:15 +0330 Subject: [PATCH] Update go-build.yaml Signed-off-by: bepass <43346478+uoosef@users.noreply.github.com> --- .github/workflows/go-build.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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