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