Skip to content

Commit 4975bbe

Browse files
committed
add make target for prow arm64
1 parent b67181b commit 4975bbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hack/prow/prow.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ integration-prow-docker-crio-linux-x86-64:
1414

1515

1616
# Integration tests using boskos to manage GCP projects
17+
.PHONY: integration-docker-docker-linux-arm64
18+
integration-docker-docker-linux-arm64: setup-prow-gcp-ssh-keys build-mini-test
19+
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64
20+
./out/minitest --deployer boskos --tester none-docker-linux-amd64-integration --config hack/prow/bosksos-cfg-arm64.json
21+
22+
1723
.PHONY: integration-prow-none-docker-linux-x86-64
1824
integration-prow-none-docker-linux-x86-64: setup-prow-gcp-ssh-keys build-mini-test
1925
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64

0 commit comments

Comments
 (0)