From 9dc216a32253511626eac62795b6dffbd449a3c2 Mon Sep 17 00:00:00 2001 From: evanebb <78433178+evanebb@users.noreply.github.com> Date: Sat, 30 Mar 2024 21:07:31 +0100 Subject: [PATCH] Remove Windows build --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4305242..f1a0e26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,11 +8,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [linux, windows, darwin] + goos: [linux, darwin] goarch: [amd64, arm64] - exclude: - - goarch: arm64 - goos: windows steps: - uses: actions/checkout@v4