File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
standalone-contract/scripts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 TASKS+=" build "
5656fi
5757
58- $DOCKER run --rm $DOCKER_RUN_ARGS -v ` pwd` :/code $DOCKER_IMAGE make $TASKS
58+ $DOCKER run --platform=linux/amd64 -- rm $DOCKER_RUN_ARGS -v ` pwd` :/code $DOCKER_IMAGE make $TASKS
5959# Reset file ownerships for all files docker might touch
60- $DOCKER run --rm $DOCKER_RUN_ARGS -e UID=` id -u` -e GID=` id -g` -v ` pwd` :/code $DOCKER_IMAGE bash -c ' chown -R -f $UID:$GID checksums.txt build target'
60+ $DOCKER run --platform=linux/amd64 -- rm $DOCKER_RUN_ARGS -e UID=` id -u` -e GID=` id -g` -v ` pwd` :/code $DOCKER_IMAGE bash -c ' chown -R -f $UID:$GID checksums.txt build target'
6161
6262if [[ " ${UPDATE} " = " yes" ]]; then
6363 echo " ${CHECKSUM_FILE_PATH} file is updated with latest binary hashes!"
Original file line number Diff line number Diff line change 5555 TASKS+=" build "
5656fi
5757
58- $DOCKER run --rm $DOCKER_RUN_ARGS -v ` pwd` :/code $DOCKER_IMAGE make $TASKS
58+ $DOCKER run --platform=linux/amd64 -- rm $DOCKER_RUN_ARGS -v ` pwd` :/code $DOCKER_IMAGE make $TASKS
5959# Reset file ownerships for all files docker might touch
60- $DOCKER run --rm $DOCKER_RUN_ARGS -e UID=` id -u` -e GID=` id -g` -v ` pwd` :/code $DOCKER_IMAGE bash -c ' chown -R -f $UID:$GID checksums.txt build target'
60+ $DOCKER run --platform=linux/amd64 -- rm $DOCKER_RUN_ARGS -e UID=` id -u` -e GID=` id -g` -v ` pwd` :/code $DOCKER_IMAGE bash -c ' chown -R -f $UID:$GID checksums.txt build target'
6161
6262if [[ " ${UPDATE} " = " yes" ]]; then
6363 echo " ${CHECKSUM_FILE_PATH} file is updated with latest binary hashes!"
You can’t perform that action at this time.
0 commit comments