mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-10 19:44:22 +01:00
14 lines
253 B
Docker
14 lines
253 B
Docker
ARG ORG=dockcross
|
|
FROM ${ORG}/base:latest
|
|
|
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
|
|
|
ENV WINEARCH win32
|
|
ARG MXE_TARGET_ARCH=i686
|
|
ARG MXE_TARGET_THREAD=
|
|
ARG MXE_TARGET_LINK=static
|
|
|
|
#include "common.windows"
|
|
|
|
#include "common.label-and-env"
|