Skip to content

Commit

Permalink
GHA: use docker/setup-qemu-action to install qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Dec 21, 2024
1 parent 9cbfc41 commit d5fc1b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
extra-platforms = aarch64-linux
- run: |
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
- uses: docker/setup-qemu-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build
- run: nix flake check

0 comments on commit d5fc1b2

Please sign in to comment.