fix: fix aarch64

This commit is contained in:
truxnell 2024-03-26 23:31:41 +11:00
parent c1aab5ec91
commit 8c650fa795

View file

@ -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