Just remove the images that don't work.

This commit is contained in:
Rene Rivera
2025-01-18 17:49:30 -06:00
parent dba53ae61b
commit 5c2fa0fee5
@@ -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",