diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f5ac42e..b32c42aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,6 +36,12 @@ jobs: matrix: # binaries wanted: linux amd64, mac intel, mac M1, windows x86 os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + arch: [ x64, arm64 ] + exclude: + - os: macos-13 + arch: arm64 + - os: windows-latest + arch: arm64 runs-on: ${{ matrix.os }} steps: