Initial windows workflow

This commit is contained in:
FriwiDev
2021-10-25 13:49:43 +02:00
parent aa10991509
commit 0bfcfd382c
7 changed files with 81 additions and 17 deletions

View File

@@ -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