From 24e02bb9c6ede0c2dcccf9f4383d27df2d44da49 Mon Sep 17 00:00:00 2001 From: Scott Dickerson Date: Tue, 7 May 2024 11:10:50 -0400 Subject: [PATCH] :seedling: Drop ppc and s390x image build architectures (#1901) Drop the ppc and s390x image build architectures. They are not needed. Similar to https://github.com/konveyor/tackle2-addon-analyzer/pull/91 Signed-off-by: Scott J Dickerson --- .github/workflows/image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 4db993a89..82ce7b1b8 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -20,7 +20,7 @@ jobs: registry: "quay.io/konveyor" image_name: "tackle2-ui" containerfile: "./Dockerfile" - architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]' + architectures: '[ "amd64", "arm64" ]' # 2023-03-19: currently needed for npm@10 extra-args: "--ulimit nofile=4096:4096" secrets: