mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 12:17:26 +01:00
14 lines
261 B
Docker
14 lines
261 B
Docker
ARG ORG=dockcross
|
|
FROM ${ORG}/base:latest
|
|
|
|
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
|
|
|
ENV WINEARCH win64
|
|
ARG MXE_TARGET_ARCH=x86_64
|
|
ARG MXE_TARGET_THREAD=
|
|
ARG MXE_TARGET_LINK=shared
|
|
|
|
#include "common.windows"
|
|
|
|
#include "common.label-and-env"
|