Skip to content

Commit

Permalink
ci: install qemu-user-static from ubuntu:devel
Browse files Browse the repository at this point in the history
Closes: #35
Signed-off-by: You-Sheng Yang <[email protected]>
  • Loading branch information
vicamo committed Apr 14, 2024
1 parent f2c824e commit 96d14de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
["sh4", "linux/sh4"]
]'
disabled_codename='["experimental"]'
disabled_arches='["hurd-amd64", "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "loong64", "s390", "x32"]'
disabled_arches='["hurd-amd64", "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "s390", "x32"]'
known_failures='[
["sid", "sparc64", "https://github.com/vicamo/docker-brew-debian/issues/35"]
["sid", "loong64", "https://github.com/vicamo/docker-brew-debian/issues/52"],
["bullseye", "arm64", "https://github.com/vicamo/docker-brew-debian/issues/53"]
]'
codenames="$(echo "${FULL_JSON}" |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/per-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
name: Set up QEMU
if: matrix.arch != 'amd64' && matrix.arch != 'i386'
run: |
echo "deb http://archive.ubuntu.com/ubuntu/ devel main universe" | \
sudo tee /etc/apt/sources.list.d/devel.list
sudo apt-get update -q
sudo apt-get install -yq binfmt-support qemu-user-static
sudo apt-get install -yq binfmt-support qemu-user-static systemd
ls -al /proc/sys/fs/binfmt_misc
- name: Set up Docker Buildx
Expand Down

0 comments on commit 96d14de

Please sign in to comment.