From e529ed5af8a19aa33a6d624f157e5568a2d4467c Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 18 Jun 2020 22:50:13 -0400 Subject: [PATCH] Allow to use a custom arch to run e2e tests --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 4a3ccc7bd..25199c328 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -56,7 +56,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Use 1.0.0-dev to make sure we use the latest configuration in the helm template export TAG=1.0.0-dev -export ARCH=amd64 +export ARCH=${ARCH:-amd64} export REGISTRY=ingress-controller export K8S_VERSION=${K8S_VERSION:-v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694}