mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Just remove the images that don't work.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user