We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1837157 commit 1c20b7dCopy full SHA for 1c20b7d
.github/workflows/build-nix.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Setup emulation
30
if: ${{ matrix.arch == 'aarch64-linux' }}
31
run: |
32
+ sudo apt update
33
sudo apt install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
34
mkdir -p ~/.config/nix
35
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
0 commit comments