Skip to content

Commit 9845d62

Browse files
authored
fix(e2e): added arm builds for e2e (#574)
1 parent 2f20b68 commit 9845d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif
5050

5151
# PLATFORMS is a list of platforms to build for.
5252
PLATFORMS ?= linux/amd64,linux/arm64,linux/arm
53-
PLATFORMS_E2E ?= linux/amd64
53+
PLATFORMS_E2E ?= linux/amd64,linux/arm64,linux/arm
5454

5555
# KIND_CLUSTER_NAME is the name of the kind cluster to use.
5656
KIND_CLUSTER_NAME ?= capi-test

0 commit comments

Comments
 (0)