From a557ed99953eb1d67f54440b60c30cb487a4252f Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 25 Oct 2021 12:46:41 +0200 Subject: [PATCH] Attempt n2 --- DockerfileLinux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DockerfileLinux b/DockerfileLinux index cee99ab..2619626 100644 --- a/DockerfileLinux +++ b/DockerfileLinux @@ -3,6 +3,9 @@ FROM friwidev/jcefdocker:linux-latest AS stage #Specify a type to build: Debug or Release ENV BUILD_TYPE Release +#Declare architecture argument +ARG TARGETARCH + WORKDIR /builder COPY scripts/run_linux.sh . RUN chmod +x run_linux.sh