From 3e631e22df26333855dfdbaf6b7ca9f83e202165 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 11 Dec 2024 19:13:16 +0800 Subject: [PATCH] add aarch64 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 56eed8c..6965089 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: target: i686-pc-windows-msvc - host: ubuntu-latest target: x86_64-unknown-linux-gnu - docker: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:6e3aab240ddfa7dc803b66807659ced622a4dade6f4eb235efb88e5f61ef6965 + docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian build: yarn build --target x86_64-unknown-linux-gnu - host: ubuntu-latest target: x86_64-unknown-linux-musl @@ -59,7 +59,7 @@ jobs: sudo apt-get update sudo apt-get install gcc-arm-linux-gnueabihf -y build: | - yarn build --target armv7-unknown-linux-gnueabihf + yarn build --target armv7-unknown-linux-gnueabihf --zig --zig-abi-suffix=2.17 - host: ubuntu-latest target: aarch64-linux-android build: yarn build --target aarch64-linux-android