Actions: Set up qemu static when building arm64

pull/3901/head
Aaron Kling 2024-03-25 15:29:00 -05:00
parent e1e4d85439
commit 4ed763a160
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ jobs:
with:
fetch-depth: '0'
submodules: recursive
- if: matrix.os_dist.arch == 'aarch64'
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Run packpack
env:
SMPFLAGS: -j4