From 4da5f455c2fa806a0d6dd0bf5f8e0c18cb5fc78a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 28 Nov 2023 15:32:11 -0500 Subject: [PATCH] Revert "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)" This reverts commit 2d0198b6a66a0153bc0a286d71ef767821598fbe. --- .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 525f09b..ebba65e 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, s390x' + arch: 'amd64, arm64, ppc64le, s390x' type: - micro - init diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1157fc..4269863 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, s390x' + arch: 'amd64, arm64, ppc64le, s390x' type: - micro - init