build-system: switch to the 32/64bit MXE build container
This doesn't actually build 32 bit binaries, yet. One step at a time. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
03e2d1e045
commit
f425bbbde3
@ -7,8 +7,11 @@ MXE_SHA="8966a64"
|
|||||||
SCRIPTPATH=$(dirname $0)
|
SCRIPTPATH=$(dirname $0)
|
||||||
|
|
||||||
# version of the docker image
|
# version of the docker image
|
||||||
VERSION=2.0
|
VERSION=2.1
|
||||||
|
|
||||||
pushd $SCRIPTPATH
|
pushd $SCRIPTPATH
|
||||||
|
|
||||||
|
# we use the 'experimental' --squash argument to significantly reduce the size of the massively huge
|
||||||
|
# Docker container this produces
|
||||||
docker build --squash -t subsurface/mxe-build-container:$VERSION --build-arg=mxe_sha=$MXE_SHA -f Dockerfile .
|
docker build --squash -t subsurface/mxe-build-container:$VERSION --build-arg=mxe_sha=$MXE_SHA -f Dockerfile .
|
||||||
popd
|
popd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user