From f777787481e30b110a13b1a7d433e3b779087d26 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Fri, 12 Oct 2018 15:18:40 -0700 Subject: [PATCH] Update BASEIMAGE Adding suggested lost in translation missing ARCH to the BASEIMAGE --- test/images/sample-apiserver/BASEIMAGE | 1 + 1 file changed, 1 insertion(+) diff --git a/test/images/sample-apiserver/BASEIMAGE b/test/images/sample-apiserver/BASEIMAGE index 960ad547f94..a6161331615 100644 --- a/test/images/sample-apiserver/BASEIMAGE +++ b/test/images/sample-apiserver/BASEIMAGE @@ -2,3 +2,4 @@ amd64=alpine:3.8 arm=arm32v6/alpine:3.8 arm64=arm64v8/alpine:3.8 ppc64le=ppc64le/alpine:3.8 +s390x=s390x/alpine:3.8