We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f20b68 commit 9845d62Copy full SHA for 9845d62
Makefile
@@ -50,7 +50,7 @@ endif
50
51
# PLATFORMS is a list of platforms to build for.
52
PLATFORMS ?= linux/amd64,linux/arm64,linux/arm
53
-PLATFORMS_E2E ?= linux/amd64
+PLATFORMS_E2E ?= linux/amd64,linux/arm64,linux/arm
54
55
# KIND_CLUSTER_NAME is the name of the kind cluster to use.
56
KIND_CLUSTER_NAME ?= capi-test
0 commit comments