From 5f4d970ac37718acbe0ea75342b998857bfa4495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Mon, 14 Dec 2020 11:44:22 +0100 Subject: [PATCH] Reduce number of platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- .github/workflows/publish-images.yaml | 4 ++-- .github/workflows/remove-me-before-merging.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 6a0c675356..4d06aae7af 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -50,7 +50,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64 push: true build-args: | VERSION_PKG=github.com/open-telemetry/opentelemetry-operator/internal/version @@ -70,7 +70,7 @@ jobs: with: context: . file: ./bundle.Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64 push: true tags: | otel/opentelemetry-operator-bundle:latest diff --git a/.github/workflows/remove-me-before-merging.yaml b/.github/workflows/remove-me-before-merging.yaml index 0d55a952ea..bd7e24ff9b 100644 --- a/.github/workflows/remove-me-before-merging.yaml +++ b/.github/workflows/remove-me-before-merging.yaml @@ -36,7 +36,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64 push: false build-args: | VERSION_PKG=github.com/open-telemetry/opentelemetry-operator/internal/version @@ -54,7 +54,7 @@ jobs: with: context: . file: ./bundle.Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64 push: false tags: | otel/opentelemetry-operator-bundle:latest