From f425bbbde3ce775962db4ee71a3e6cd1431cd49a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 30 Oct 2020 11:28:00 -0700 Subject: 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 --- scripts/docker/mxe-build-container/build-container.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/docker/mxe-build-container/build-container.sh b/scripts/docker/mxe-build-container/build-container.sh index c1ab1c65f..f5dc579d4 100644 --- a/scripts/docker/mxe-build-container/build-container.sh +++ b/scripts/docker/mxe-build-container/build-container.sh @@ -7,8 +7,11 @@ MXE_SHA="8966a64" SCRIPTPATH=$(dirname $0) # version of the docker image -VERSION=2.0 +VERSION=2.1 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 . popd -- cgit v1.2.3-70-g09d2