mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-12 17:20:08 +01:00
web-wasi: FROM base:latest-${HOST_ARCH}
This commit is contained in:
parent
10b1c1d579
commit
741af4cb06
@ -1,5 +1,6 @@
|
||||
ARG ORG=dockcross
|
||||
FROM ${ORG}/base:latest
|
||||
ARG HOST_ARCH=amd64
|
||||
FROM ${ORG}/base:latest-${HOST_ARCH}
|
||||
|
||||
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user