diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98d7bc8..f52f589 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,10 @@ jobs: os: macos-latest - target: x86_64-apple-darwin os: macos-latest + - target: x86_64-unknown-linux-gnu + os: ubuntu-latest + - target: aarch64-unknown-linux-gnu + os: ubuntu-latest runs-on: ${{ matrix.os }} steps: @@ -57,6 +61,5 @@ jobs: # - $tag - Tag of this release. # When multiple binary names are specified, default archive name or $bin variable cannot be used. archive: $bin-$tag-$target - checksum: sha256 # (required) GitHub token for uploading assets to GitHub Releases. token: ${{ secrets.GITHUB_TOKEN }}