Skip to content

Commit 93850a3

Browse files
committed
remove prow image from makefile
1 parent 190c088 commit 93850a3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ GVISOR_TAG ?= v0.0.2
123123
# auto-pause-hook tag to push changes to
124124
AUTOPAUSE_HOOK_TAG ?= v0.0.5
125125

126-
# prow-test tag to push changes to
127-
PROW_TEST_TAG ?= v0.0.7
128-
129126
# storage provisioner tag to push changes to
130127
# NOTE: you will need to bump the PreloadVersion if you change this
131128
STORAGE_PROVISIONER_TAG ?= v5
@@ -1002,13 +999,6 @@ push-auto-pause-hook-image: docker-multi-arch-build
1002999
docker buildx build --push --builder multiarch --platform $(KICBASE_ARCH) -t $(REGISTRY)/auto-pause-hook:$(AUTOPAUSE_HOOK_TAG) -f ./deploy/addons/auto-pause/Dockerfile .
10031000
docker buildx rm multiarch
10041001

1005-
.PHONY: push-prow-test-image
1006-
push-prow-test-image: docker-multi-arch-build
1007-
docker login gcr.io/k8s-minikube
1008-
docker buildx create --name multiarch --bootstrap
1009-
docker buildx build --push --builder multiarch --build-arg "GO_VERSION=$(GO_VERSION)" --platform linux/amd64,linux/arm64 -t $(REGISTRY)/prow-test:$(PROW_TEST_TAG) -t $(REGISTRY)/prow-test:latest ./deploy/prow
1010-
docker buildx rm multiarch
1011-
10121002
.PHONY: out/performance-bot
10131003
out/performance-bot:
10141004
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/pr-bot/bot.go

0 commit comments

Comments
 (0)