Skip to content

Commit 56b3f06

Browse files
vlaciqkaiser
authored andcommitted
ci: fix setting up arm emulation on Ubuntu Noble
The `qemu-efi` package is absent after upgrade. Rollout is in progress: actions/runner-images#10636
1 parent 6639679 commit 56b3f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.arch == 'aarch64-linux' }}
3333
run: |
3434
sudo apt update
35-
sudo apt install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
35+
sudo apt install -q -y qemu-system-aarch64 qemu-efi-aarch64 binfmt-support qemu-user-static
3636
mkdir -p ~/.config/nix
3737
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
3838
- uses: cachix/cachix-action@v15

0 commit comments

Comments
 (0)