We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67181b commit 4975bbeCopy full SHA for 4975bbe
hack/prow/prow.mk
@@ -14,6 +14,12 @@ integration-prow-docker-crio-linux-x86-64:
14
15
16
# 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
23
.PHONY: integration-prow-none-docker-linux-x86-64
24
integration-prow-none-docker-linux-x86-64: setup-prow-gcp-ssh-keys build-mini-test
25
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64
0 commit comments