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 4894fc8 commit 44c709fCopy full SHA for 44c709f
hack/ci/run-e2e-tests.sh
@@ -20,7 +20,7 @@ set -euo pipefail
20
export IMAGE_TAG=local
21
22
echo "Building container images…"
23
-ARCHITECTURES=amd64 DRY_RUN=yes ./hack/ci/build-image.sh
+ARCHITECTURES=arm64 DRY_RUN=yes ./hack/ci/build-image.sh
24
25
# start docker so we can run kind
26
start-docker.sh
0 commit comments