Skip to content

Commit 8eb6bed

Browse files
committed
Add x86_64-apple-darwin (Intel Mac) support to npm packages
Adds native bindings for Intel Macs to the NAPI workflow, enabling support for both Apple Silicon and Intel architectures on macOS.
1 parent 82d7a6f commit 8eb6bed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/napi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
target: aarch64-apple-darwin
5858
artifact: sync-bindings-aarch64-apple-darwin
5959
build: yarn workspace @tursodatabase/sync napi-build --target aarch64-apple-darwin
60+
- host: macos-latest
61+
target: x86_64-apple-darwin
62+
artifact: db-bindings-x86_64-apple-darwin
63+
build: yarn workspace @tursodatabase/database napi-build --target x86_64-apple-darwin
64+
- host: macos-latest
65+
target: x86_64-apple-darwin
66+
artifact: sync-bindings-x86_64-apple-darwin
67+
build: yarn workspace @tursodatabase/sync napi-build --target x86_64-apple-darwin
6068
- host: blacksmith-2vcpu-ubuntu-2404-arm
6169
target: aarch64-unknown-linux-gnu
6270
artifact: db-bindings-aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)