Skip to content

Commit

Permalink
DONOTSUBMIT: install qemu-user-static
Browse files Browse the repository at this point in the history
Signed-off-by: You-Sheng Yang <[email protected]>
  • Loading branch information
vicamo committed Apr 10, 2024
1 parent 48f214a commit 7a1c1bc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/per-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,14 @@ jobs:
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
if: matrix.arch != 'amd64' && matrix.arch != 'i386'
uses: docker/setup-qemu-action@v3
with:
image: vicamo/binfmt
run: |
sudo apt-get update -qq
sudo apt-get install -yqq binfmt-support
wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_8.2.1+ds-1ubuntu9_amd64.deb
sudo dpkg -i qemu-user-static_*.deb
ls -al /proc/sys/fs/binfmt_misc
cat /proc/sys/fs/binfmt_misc/qemu-loongarch64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 7a1c1bc

Please sign in to comment.