Actions: Set up qemu static when building arm64
parent
e1e4d85439
commit
4ed763a160
|
@ -34,6 +34,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- if: matrix.os_dist.arch == 'aarch64'
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
platforms: arm64
|
||||||
- name: Run packpack
|
- name: Run packpack
|
||||||
env:
|
env:
|
||||||
SMPFLAGS: -j4
|
SMPFLAGS: -j4
|
||||||
|
|
Loading…
Reference in New Issue