Skip to content

Commit d000801

Browse files
committed
fix: correct target name for ARM64 integration tests in prow Makefile
1 parent ed2aa30 commit d000801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/prow/prow.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ integration-prow-docker-crio-linux-x86-64:
1717
# ----------------------------------------------------------------
1818
# Bellow Integration tests run in cloud VM using boskos
1919
# ----------------------------------------------------------------
20-
.PHONY: integration-docker-docker-linux-arm64
21-
integration-docker-docker-linux-arm64: setup-prow-gcp-ssh-keys build-mini-test
20+
.PHONY: integration-prow-docker-docker-linux-arm64
21+
integration-prow-docker-docker-linux-arm64: setup-prow-gcp-ssh-keys build-mini-test
2222
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64
2323
./out/minitest --deployer boskos --tester docker-linux-arm64-integration --config hack/prow/bosksos-cfg-arm64.json
2424

0 commit comments

Comments
 (0)