Skip to content
Open
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
8 changes: 8 additions & 0 deletions .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
target: aarch64-apple-darwin
artifact: sync-bindings-aarch64-apple-darwin
build: yarn workspace @tursodatabase/sync napi-build --target aarch64-apple-darwin
- host: macos-13
target: x86_64-apple-darwin
artifact: db-bindings-x86_64-apple-darwin
build: yarn workspace @tursodatabase/database napi-build --target x86_64-apple-darwin
- host: macos-13
target: x86_64-apple-darwin
artifact: sync-bindings-x86_64-apple-darwin
build: yarn workspace @tursodatabase/sync napi-build --target x86_64-apple-darwin
- host: blacksmith-2vcpu-ubuntu-2404-arm
target: aarch64-unknown-linux-gnu
artifact: db-bindings-aarch64-unknown-linux-gnu
Expand Down
Loading