fix: fix aarch64
This commit is contained in:
parent
c1aab5ec91
commit
8c650fa795
1 changed files with 5 additions and 0 deletions
5
.github/workflows/diff-pr.yaml
vendored
5
.github/workflows/diff-pr.yaml
vendored
|
@ -52,6 +52,11 @@ jobs:
|
|||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
extra-platforms = aarch64-linux
|
||||
- name: Register binfmt
|
||||
run: |
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
|
||||
- name: Garbage collect build dependencies
|
||||
run: nix-collect-garbage
|
||||
|
|
Reference in a new issue