Skip to content

Commit b2aef95

Browse files
authored
Merge pull request #56 from godotengine/img-update
2 parents 135ad22 + 4c9e58d commit b2aef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ mkdir -p ${basedir}/out
177177
mkdir -p ${basedir}/out/logs
178178

179179
export podman_run="${podman} run -it --rm --env BUILD_NAME --env GODOT_VERSION_STATUS --env NUM_CORES --env CLASSICAL=${build_classical} --env MONO=${build_mono} -v ${basedir}/godot-${godot_version}.tar.gz:/root/godot.tar.gz -v ${basedir}/mono-glue:/root/mono-glue -w /root/"
180-
export img_version=3.x-f36-mono-6.12.0.179
180+
export img_version=3.x-f36-mono-6.12.0.182
181181

182182
# Get AOT compilers from their containers.
183183
mkdir -p ${basedir}/out/aot-compilers

0 commit comments

Comments
 (0)