diff --git a/.github/workflows/qemu_multiarch_linux.yml b/.github/workflows/qemu_multiarch_linux.yml index 3a21e7e1b4..08d20ab402 100644 --- a/.github/workflows/qemu_multiarch_linux.yml +++ b/.github/workflows/qemu_multiarch_linux.yml @@ -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",