Add dispatchable workflow

This commit is contained in:
FriwiDev
2021-11-15 12:13:14 +01:00
parent e42c8126b8
commit bf5b6851c5
4 changed files with 73 additions and 7 deletions

View File

@@ -6,6 +6,9 @@ ARG BUILD_TYPE
#Declare architecture argument (386 or amd64)
ARG TARGETARCH
#Declare git ref
ARG REF
WORKDIR /builder
#Copy existing sources, if any
COPY jcef /jcef