commit 8cd8b00ddf5038beeda838180535850a498255cc
parent 82351eed97f63dedad1c7fb3fe3e41349badc248
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 19:04:43 +0200
Dont crossbuild stuff
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -58,12 +58,10 @@ jobs:
make yara
yarn build --target aarch64-apple-darwin
strip -x *.node
- - host: ubuntu-latest
+ - host: arm64
target: aarch64-unknown-linux-gnu
- docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |-
set -e &&
- sudo apt-get install -y automake libtool make gcc pkg-config libmagic-dev libssl-dev &&
make yara &&
yarn build --target aarch64-unknown-linux-gnu &&
aarch64-unknown-linux-gnu-strip *.node