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 8f2e4be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ 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: Build Package
run: npm run build

Expand Down

0 comments on commit 8f2e4be

Please sign in to comment.