mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Attempt n2
This commit is contained in:
parent
af1cac6c63
commit
a557ed9995
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user