From 9a9d0979de7bea15f13b608f46649c100667de06 Mon Sep 17 00:00:00 2001 From: Alexandre1a <107309823+Alexandre1a@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:20:39 +0100 Subject: [PATCH] Update go.yml Removed the Linux64 build from multiarch as it's already built in the previous step --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 266add8..c01b5f8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,7 +38,6 @@ jobs: run: | mkdir -p dist # Linux - GOOS=linux GOARCH=amd64 go build -o dist/gosh-linux-amd64 GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64 # macOS GOOS=darwin GOARCH=amd64 go build -o dist/gosh-mac-amd64