mirror of
https://github.com/dockur/windows.git
synced 2024-11-14 17:33:48 +00:00
build: Use latest ARM image
This commit is contained in:
parent
66f595d84a
commit
b1ca283ba8
@ -1,6 +1,6 @@
|
||||
ARG VERSION_ARG="4.00"
|
||||
|
||||
ARG VERSION_ARG="latest"
|
||||
FROM scratch AS build-amd64
|
||||
|
||||
COPY --from=qemux/qemu-docker:6.07 / /
|
||||
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
@ -34,7 +34,7 @@ ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.43-
|
||||
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
|
||||
FROM build-${TARGETARCH}
|
||||
|
||||
ARG VERSION_ARG="4.00"
|
||||
ARG VERSION_ARG="0.00"
|
||||
RUN echo "$VERSION_ARG" > /run/version
|
||||
|
||||
VOLUME /storage
|
||||
|
Loading…
Reference in New Issue
Block a user