We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c573b0a commit e57968eCopy full SHA for e57968e
1 file changed
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
build: yarn build --target aarch64-apple-darwin
45
- host: ubuntu-24.04
46
target: aarch64-unknown-linux-gnu
47
- docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
+ docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
48
build: |-
49
apt-get update -yq &&
50
apt-get install -yq gcc-aarch64-linux-gnu &&
0 commit comments