Skip to content

Commit

Permalink
Reduce number of platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Dec 14, 2020
1 parent ff083f7 commit 5f4d970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remove-me-before-merging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5f4d970

Please sign in to comment.