From d2e47824476039520f7e2cef3ea5cac7a981a0eb Mon Sep 17 00:00:00 2001 From: hellovai Date: Sat, 29 Jun 2024 09:11:12 -0700 Subject: [PATCH] test builds (#738) --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 697a3d1fa..005e90fbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,9 +106,10 @@ jobs: # host: windows-latest # node_build: pnpm build --target aarch64-pc-windows-msvc - - target: aarch64-unknown-linux-gnu - host: ubuntu-latest - node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross + # maturin doesn't support aarch64-linux-gnu + # - target: aarch64-unknown-linux-gnu + # host: ubuntu-latest + # node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross - target: x86_64-apple-darwin host: macos-latest