We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d7a6f commit 8eb6bedCopy full SHA for 8eb6bed
.github/workflows/napi.yml
@@ -57,6 +57,14 @@ jobs:
57
target: aarch64-apple-darwin
58
artifact: sync-bindings-aarch64-apple-darwin
59
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
65
66
+ artifact: sync-bindings-x86_64-apple-darwin
67
+ build: yarn workspace @tursodatabase/sync napi-build --target x86_64-apple-darwin
68
- host: blacksmith-2vcpu-ubuntu-2404-arm
69
target: aarch64-unknown-linux-gnu
70
artifact: db-bindings-aarch64-unknown-linux-gnu
0 commit comments