diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 23e76b1..7f86862 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,8 +27,12 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest + - target: aarch64-unknown-linux-gnu + os: ubuntu-latest - target: x86_64-apple-darwin os: macos-latest + - target: aarch64-apple-darwin + os: macos-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -36,7 +40,7 @@ jobs: with: # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. # Note that glob pattern is not supported yet. - bin: node-cache + bin: hnc # (optional) Target triple, default is host triple. # This is optional but it is recommended that this always be set to # clarify which target you are building for if macOS is included in