Skip to content

Commit 44c709f

Browse files
committed
Use arm64 for building e2e test image
Signed-off-by: Marvin Beckers <[email protected]>
1 parent 4894fc8 commit 44c709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/run-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -euo pipefail
2020
export IMAGE_TAG=local
2121

2222
echo "Building container images…"
23-
ARCHITECTURES=amd64 DRY_RUN=yes ./hack/ci/build-image.sh
23+
ARCHITECTURES=arm64 DRY_RUN=yes ./hack/ci/build-image.sh
2424

2525
# start docker so we can run kind
2626
start-docker.sh

0 commit comments

Comments
 (0)