File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $podman build --build-arg mono_version=${mono_version} -t godot-mono-glue:latest
30
30
$podman build --build-arg mono_version=${mono_version} -v $( pwd) /files:/root/files -t godot-windows:latest -f Dockerfile.windows .
31
31
$podman build --build-arg mono_version=${mono_version} -t godot-ubuntu-32:latest -f Dockerfile.ubuntu-32 .
32
32
$podman build --build-arg mono_version=${mono_version} -t godot-ubuntu-64:latest -f Dockerfile.ubuntu-64 .
33
- $podman build --build-arg mono_version=${mono_version} -t godot-android:latest -f Dockerfile.android .
33
+ $podman build --build-arg mono_version=${mono_version} -v $( pwd ) /files:/root/files - t godot-android:latest -f Dockerfile.android .
34
34
35
35
$podman build -t godot-javascript:latest -f Dockerfile.javascript .
36
36
You can’t perform that action at this time.
0 commit comments