We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6639679 commit 56b3f06Copy full SHA for 56b3f06
.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