mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 22:14:23 +01:00
build native package for ARM64
This commit is contained in:
3
.github/workflows/napi-sync.yml
vendored
3
.github/workflows/napi-sync.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
||||
- host: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
build: yarn build --target aarch64-apple-darwin
|
||||
- host: blacksmith-2vcpu-ubuntu-2404-arm
|
||||
target: aarch64-unknown-linux-gnu
|
||||
build: yarn build --target aarch64-unknown-linux-gnu
|
||||
- host: ubuntu-latest
|
||||
target: wasm32-wasip1-threads
|
||||
setup: |
|
||||
|
||||
3
.github/workflows/napi.yml
vendored
3
.github/workflows/napi.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
||||
- host: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
build: yarn build --target aarch64-apple-darwin
|
||||
- host: blacksmith-2vcpu-ubuntu-2404-arm
|
||||
target: aarch64-unknown-linux-gnu
|
||||
build: yarn build --target aarch64-unknown-linux-gnu
|
||||
- host: ubuntu-latest
|
||||
target: wasm32-wasip1-threads
|
||||
setup: |
|
||||
|
||||
Reference in New Issue
Block a user