diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index ace1fa2..91dd9b4 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -13,6 +13,7 @@ jobs: matrix: include: - { target: x86_64-apple-darwin, os: macos-latest } + - { target: aarch64-apple-darwin, os: macos-latest } - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest } runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index ee0979f..a6dcfb5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ import {} from "npm:@bindrs/rfd"; | Windows x32 | ❌ | ❌ | ❌ | | Windows arm64 | ❌ | ❌ | ❌ | | macOS x64 | ✅ | ✅ | ✅ | -| macOS arm64 | ❌ | ❌ | ❌ | +| macOS arm64 | ✅ | ✅ | ✅ | | Linux x64 gnu | ✅ | ✅ | ✅ | | Linux x64 musl | ❌ | ❌ | ❌ | | Linux arm gnu | ❌ | ❌ | ❌ |