Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ❌ | ❌ | ❌ |
Expand Down