From 9d2a23ebaeb2217046b2e48e54bdc5d88556ca47 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 14 Nov 2025 11:29:19 +0200 Subject: [PATCH] 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. --- .github/workflows/napi.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/napi.yml b/.github/workflows/napi.yml index a3bd4280e5..a1625f742b 100644 --- a/.github/workflows/napi.yml +++ b/.github/workflows/napi.yml @@ -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