Skip to content

Commit

Permalink
Update build-napi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 23, 2024
1 parent cbc10ec commit 9c0e19c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ jobs:
rustup target add aarch64-unknown-linux-gnu &&
set -e &&
npm run build --target aarch64-unknown-linux-gnu
- host: ubuntu-latest
name: "armv7 Test"
target: armv7-unknown-linux-gnueabihf
setup: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf -y
build: |
npm run build -x --target armv7-unknown-linux-gnueabihf
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 9c0e19c

Please sign in to comment.