Skip to content

Commit

Permalink
Reduce number of platforms - 2
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Dec 14, 2020
1 parent e4b50e3 commit 2e39f13
Showing 1 changed file with 2 additions and 2 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/amd64,linux/arm64
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/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
otel/opentelemetry-operator-bundle:latest
Expand Down

0 comments on commit 2e39f13

Please sign in to comment.