From 9b05d9aefb03d665782ea26ddd692b584857b723 Mon Sep 17 00:00:00 2001 From: Sreedeep CV Date: Fri, 1 Nov 2024 20:35:22 +0530 Subject: [PATCH] added correct exclusion amd64 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e963f57d..a14e9c19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ jobs: goos: darwin - goarch: arm64 goos: windows - - goarch: linux - goos: amd64 + - goarch: amd64 + goos: linux steps: - uses: actions/checkout@v3 - uses: wangyoucao577/go-release-action@v1.32