Skip to content

Commit

Permalink
Drop armv7-unknown-linux-gnueabihf
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 18, 2024
1 parent bf8b936 commit 2b49113
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
rustup target add aarch64-unknown-linux-gnu &&
export CC_aarch64_unknown_linux_gnu=/usr/aarch64-unknown-linux-gnu/bin/aarch64-unknown-linux-gnu-gcc &&
npm -ws run build -- --target aarch64-unknown-linux-gnu
- host: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
build: |
npm -ws run build -- --target armv7-unknown-linux-gnueabihf --zig
- host: ubuntu-latest
target: aarch64-unknown-linux-musl
downloadTarget: aarch64-unknown-linux-musl
Expand Down

0 comments on commit 2b49113

Please sign in to comment.