diff --git a/.github/workflows/Release1.yml b/.github/workflows/Release1.yml index aa1ca873b..e18e43140 100644 --- a/.github/workflows/Release1.yml +++ b/.github/workflows/Release1.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [linux, windows, darwin, freebsd ] - goarch: [amd64, arm] + goos: [windows] + goarch: [amd64] exclude: - goarch: arm goos: darwin