Skip to content

Commit

Permalink
Enable 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 85b4caf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ jobs:
mkdir -p ~/.pkg-cache/v3.4
cp .circleci/built-v16.16.0-linux-armv7 ~/.pkg-cache/v3.4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm,arm64

- name: Check QEMU
run: |
qemu-aarch64-static --version
qemu-arm-static --version
update-binfmts --display
- name: Build Package
run: npm run build

Expand Down

0 comments on commit 85b4caf

Please sign in to comment.