mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-10-17 00:33:42 +08:00
Initial windows workflow
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM friwidev/jcefdocker:linux-latest AS stage
|
||||
|
||||
#Specify a type to build: Debug or Release
|
||||
ENV BUILD_TYPE Release
|
||||
#Declare build type argument (Release or Debug)
|
||||
ARG BUILD_TYPE
|
||||
|
||||
#Declare architecture argument
|
||||
#Declare architecture argument (386 or amd64)
|
||||
ARG TARGETARCH
|
||||
|
||||
WORKDIR /builder
|
||||
|
Reference in New Issue
Block a user