Skip to content

Commit 2765ca6

Browse files
authored
Merge pull request #11 from tinmanjuggernaut/fix_android_build
Mount files into docker for android
2 parents 4d8fc02 + 4b6fa4a commit 2765ca6

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
@@ -30,7 +30,7 @@ $podman build --build-arg mono_version=${mono_version} -t godot-mono-glue:latest
3030
$podman build --build-arg mono_version=${mono_version} -v $(pwd)/files:/root/files -t godot-windows:latest -f Dockerfile.windows .
3131
$podman build --build-arg mono_version=${mono_version} -t godot-ubuntu-32:latest -f Dockerfile.ubuntu-32 .
3232
$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 .
3434

3535
$podman build -t godot-javascript:latest -f Dockerfile.javascript .
3636

0 commit comments

Comments
 (0)