Skip to content

Commit

Permalink
fix: try using debian container for aarch64-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Jul 26, 2024
1 parent afde7b6 commit 1159adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build: yarn build --target aarch64-unknown-linux-gnu
- host: ubuntu-latest
target: aarch64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |-
set -e &&
rustup target add aarch64-unknown-linux-musl &&
Expand Down

0 comments on commit 1159adf

Please sign in to comment.