diff --git a/.github/workflows/releasebuild.yaml b/.github/workflows/releasebuild.yaml index 18a3d75..b26a4fc 100644 --- a/.github/workflows/releasebuild.yaml +++ b/.github/workflows/releasebuild.yaml @@ -8,7 +8,6 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64 goos: [linux, windows, darwin] goarch: [amd64, arm64] exclude: @@ -21,4 +20,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - goversion: "1.19" \ No newline at end of file + goversion: "1.19" + md5sum: FALSE + compress_assets: OFF \ No newline at end of file