Skip to content

Commit

Permalink
fix: removing the m1 mac changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-roche committed Jun 29, 2023
1 parent faa5c06 commit 7937eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ build-prometheus-alert-rules: jsonnet monitoring/mixin.libsonnet monitoring/aler
$(JSONNET) -S monitoring/alerts/alerts.jsonnet > config/prometheus/prometheus_rules.yaml

docker-build: ## Build docker image with the manager.
$(IMAGE_BUILD_CMD) build --platform linux/amd64 -t ${IMG} .
$(IMAGE_BUILD_CMD) build -t ${IMG} .

docker-push: ## Push docker image with the manager.
$(IMAGE_BUILD_CMD) push ${IMG}
Expand Down Expand Up @@ -244,7 +244,7 @@ bundle: update-mgr-env manifests kustomize operator-sdk rename-csv build-prometh

.PHONY: bundle-build
bundle-build: ## Build the bundle image.
$(IMAGE_BUILD_CMD) build --platform linux/amd64 -f bundle.Dockerfile -t $(BUNDLE_IMG) .
$(IMAGE_BUILD_CMD) build -f bundle.Dockerfile -t $(BUNDLE_IMG) .

.PHONY: bundle-push
bundle-push: ## Push the bundle image.
Expand Down

0 comments on commit 7937eb4

Please sign in to comment.