build native package for ARM64

This commit is contained in:
Nikita Sivukhin
2025-09-03 17:57:15 +04:00
parent 1de647758f
commit 62e7384771
4 changed files with 9 additions and 1 deletions

View File

@@ -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: |

View File

@@ -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: |

View File

@@ -26,6 +26,7 @@
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"universal-apple-darwin",
"aarch64-unknown-linux-gnu",
"wasm32-wasip1-threads"
]
},

View File

@@ -22,6 +22,7 @@
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"universal-apple-darwin",
"aarch64-unknown-linux-gnu",
"wasm32-wasip1-threads"
]
},
@@ -59,4 +60,4 @@
"dependencies": {
"@tursodatabase/database": "~0.1.4-pre.5"
}
}
}