Skip to content

Commit

Permalink
chore(ci): fix setting up arm emulation on Ubuntu Noble
Browse files Browse the repository at this point in the history
The `qemu-efi` package is absent after upgrade.

Rollout is in progress:
actions/runner-images#10636

Author:    Quentin Kaiser <quentin.kaiser@onekey.com>
  • Loading branch information
qkaiser committed Feb 10, 2025
1 parent 8e83769 commit 4fdeb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ matrix.arch == 'aarch64-linux' }}
run: |
sudo apt update
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
mkdir -p ~/.config/nix
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
- uses: cachix/cachix-action@v15
Expand Down

0 comments on commit 4fdeb17

Please # to comment.