Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored May 10, 2024
1 parent cd0bb8a commit 86eecd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
sudo apt update
sudo apt install qemu-user-static binfmt-support debootstrap wget unzip qemu-utils -y
sudo mkdir -p work
sudo debootstrap --foreign --no-check-gpg --variant=minbase --arch=arm64 testing work/rootfs
sudo cp $(which qemu-aarch64-static) work/rootfs/usr/bin/qemu-aarch64-static
which service && sudo service binfmt-support start
Expand Down

0 comments on commit 86eecd6

Please sign in to comment.