From 2d0198b6a66a0153bc0a286d71ef767821598fbe Mon Sep 17 00:00:00 2001 From: Lukas Magauer <42647570+lumarel@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:28:02 +0200 Subject: [PATCH] As the ppc64le arch in the source image has not been available for months, this temporarily removes the arch in the builds as well as from the registry images (#44) --- .github/workflows/build-2nd-layer.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-2nd-layer.yml b/.github/workflows/build-2nd-layer.yml index ebba65e..525f09b 100644 --- a/.github/workflows/build-2nd-layer.yml +++ b/.github/workflows/build-2nd-layer.yml @@ -16,7 +16,7 @@ jobs: - major: 8 arch: 'amd64, arm64' - major: 9 - arch: 'amd64, arm64, ppc64le, s390x' + arch: 'amd64, arm64, s390x' type: - micro - init diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4269863..f1157fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - major: 8 arch: 'amd64, arm64' - major: 9 - arch: 'amd64, arm64, ppc64le, s390x' + arch: 'amd64, arm64, s390x' type: - micro - init