Skip to content

Commit

Permalink
Check QEMU on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed May 2, 2024
1 parent 51078e6 commit 0d3eb4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
mkdir -p ~/.pkg-cache/v3.4
cp .circleci/built-v16.16.0-linux-armv7 ~/.pkg-cache/v3.4
- name: Check QEMU
run: |
sudo apt-get install -y qemu-user-static
sudo apt-get install -y binfmt-support
qemu-aarch64-static --version
qemu-arm-static --version
update-binfmts --display
- name: Build Package
run: npm run build

Expand Down

0 comments on commit 0d3eb4b

Please sign in to comment.