diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index b6d63a3bdf..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/amd64,linux/arm64 + 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/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: | otel/opentelemetry-operator-bundle:latest