Skip to content

Commit 76db841

Browse files
committed
fix: address multi-arch review feedback
1 parent 58eef32 commit 76db841

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ rbac: manifests
204204

205205
release: manifests kustomize crd rbac manager operator-docker-image helm-crds
206206

207-
operator-docker-image: manager test
207+
operator-docker-image: test
208208
ifeq ($(MULTI_PLATFORM_BUILD),true)
209209
docker buildx build --platform $(PLATFORMS) --push -f operator.Dockerfile -t $(OPERATOR_IMG) -t $(OPERATOR_IMG_LATEST) .
210210
else

images/pulsar-functions-python-runner/pulsarctl.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ARG PULSAR_IMAGE
22
ARG PULSAR_IMAGE_TAG
33
ARG PYTHON_VERSION=3.12
4-
ARG TARGETARCH
54
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
65

76
FROM python:${PYTHON_VERSION}-alpine

0 commit comments

Comments
 (0)