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 fae9c27 commit 8e4af7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
sudo apt-get install -y binutils &&
set -e &&
npm run build
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
build: |
sudo apt-get update &&
sudo apt-get install -y binutils &&
set -e &&
npm run build
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 8e4af7d

Please sign in to comment.