Skip to content

Commit

Permalink
Just remove the images that don't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 18, 2025
1 parent dba53ae commit 5c2fa0f
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/qemu_multiarch_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,6 @@ jobs:
fail-fast: false
matrix:
include:
- {
name: "Alpine (aarch64)",
image: "multiarch/alpine:aarch64-latest-stable",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Alpine (armhf)",
image: "multiarch/alpine:armhf-latest-stable",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Alpine (arm64)",
image: "multiarch/alpine:arm64-latest-stable",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Alpine (ppc64le)",
image: "multiarch/alpine:ppc64le-latest-stable",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Alpine (s390x)",
image: "multiarch/alpine:s390x-latest-stable",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Ubuntu 20.04 Focal (armhf)",
image: "multiarch/ubuntu-debootstrap:armhf-focal",
Expand Down

0 comments on commit 5c2fa0f

Please sign in to comment.