Attempt n2

This commit is contained in:
FriwiDev 2021-10-25 12:46:41 +02:00
parent af1cac6c63
commit a557ed9995

View File

@ -3,6 +3,9 @@ FROM friwidev/jcefdocker:linux-latest AS stage
#Specify a type to build: Debug or Release #Specify a type to build: Debug or Release
ENV BUILD_TYPE Release ENV BUILD_TYPE Release
#Declare architecture argument
ARG TARGETARCH
WORKDIR /builder WORKDIR /builder
COPY scripts/run_linux.sh . COPY scripts/run_linux.sh .
RUN chmod +x run_linux.sh RUN chmod +x run_linux.sh