From 17588982762cb3c3e1d0d776aab97e55427390e6 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Wed, 6 Dec 2017 12:06:27 +0100 Subject: [PATCH] Fixes tini architecture --- Dockerfile | 14 ++++++++------ Makefile | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index c618b67..c531982 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ COPY qemu-*-static /usr/bin/ FROM builder +ARG ARCH=armhf LABEL maintainer="Jay MOULIN " # archive extraction uses sevenzipjbinding library @@ -11,16 +12,17 @@ LABEL maintainer="Jay MOULIN .Dockerfile; \ - docker build -t jaymoulin/jdownloader:${VERSION}-$(arch) -f .Dockerfile ${CACHE} .;\ + docker build -t jaymoulin/jdownloader:${VERSION}-$(arch) -f .Dockerfile --build-arg ARCH=$${archi} ${CACHE} .;\ ) publish: docker push jaymoulin/jdownloader