From 2a984165fbc4adde9a5bc338da7957197d4f7a90 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 28 Feb 2018 14:59:59 +0000 Subject: [PATCH] tools/alpine: Add a dummy versions.s390x file This is temporary to un-break the build until we have pushed a alpine base image for s390x. Signed-off-by: Rolf Neugebauer --- tools/alpine/versions.s390x | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/alpine/versions.s390x diff --git a/tools/alpine/versions.s390x b/tools/alpine/versions.s390x new file mode 100644 index 000000000..9e81a1b20 --- /dev/null +++ b/tools/alpine/versions.s390x @@ -0,0 +1,3 @@ +# linuxkit/alpine:9e4c5794dea51f7ad18d2d1d254093e709400b3a-s390x +# DUMMY file to un-break the build until we have a s390x package +# which should overwrite this file.