File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,6 @@ GVISOR_TAG ?= v0.0.2
123123# auto-pause-hook tag to push changes to
124124AUTOPAUSE_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
131128STORAGE_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
10131003out/performance-bot :
10141004 GOOS=$(GOOS ) GOARCH=$(GOARCH ) go build -o $@ cmd/performance/pr-bot/bot.go
You can’t perform that action at this time.
0 commit comments