Compare commits

..

1 commit

Author SHA1 Message Date
Egbert de Pauw
4b9c7e820f
Merge 9bd1631103 into 8212b28641 2024-10-23 19:03:22 +13:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://subsurface/mxe-build:3.3.0
image: docker://subsurface/mxe-build:3.2.0
steps:
- name: checkout sources

View file

@ -34,7 +34,7 @@ if [[ -z "${CONTAINER_ID}" ]]; then
croak "Please make sure GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set for the first run of this script."
fi
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} subsurface/mxe-build:3.3.0 sleep infinity
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} subsurface/mxe-build:3.2.0 sleep infinity
fi
# Start the container