diff --git a/.github/workflows/buildAndPush-binary-to-release.yml b/.github/workflows/buildAndPush-binary-to-release.yml index 2012640..19381ae 100644 --- a/.github/workflows/buildAndPush-binary-to-release.yml +++ b/.github/workflows/buildAndPush-binary-to-release.yml @@ -9,11 +9,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@v3 - name: Inject slug/short variables