From f174ae1f0913dd6f5183cbfb2a1fff3c1f294ddc Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 18 Dec 2019 14:31:42 +0100 Subject: [PATCH] Revert "Added s390x support for docker image (#6307)" (#6478) This reverts commit f9bf8e4e4c3741b92a57022ba3b562aece9469be. Signed-off-by: Simon Pasquier --- .dockerignore | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 486d44ad9..07a4d4f57 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,3 @@ data/ !.build/linux-amd64/ !.build/linux-armv7/ !.build/linux-arm64/ -!.build/linux-s390x/ diff --git a/Makefile b/Makefile index d604c6fbe..cad1dd7ad 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # limitations under the License. # Needs to be defined before including Makefile.common to auto-generate targets -DOCKER_ARCHS ?= amd64 armv7 arm64 s390x +DOCKER_ARCHS ?= amd64 armv7 arm64 REACT_APP_PATH = web/ui/react-app REACT_APP_SOURCE_FILES = $(wildcard $(REACT_APP_PATH)/public/* $(REACT_APP_PATH)/src/* $(REACT_APP_PATH)/tsconfig.json)