We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6639679 + 56b3f06 commit 5a263ecCopy full SHA for 5a263ec
.github/workflows/build-nix.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ matrix.arch == 'aarch64-linux' }}
33
run: |
34
sudo apt update
35
- sudo apt install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
+ sudo apt install -q -y qemu-system-aarch64 qemu-efi-aarch64 binfmt-support qemu-user-static
36
mkdir -p ~/.config/nix
37
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
38
- uses: cachix/cachix-action@v15
0 commit comments