.NET 6: Remove all Mono build code, install .NET SDK 6.0

This commit is contained in:
Rémi Verschelde
2022-08-26 15:39:52 +02:00
parent 06420a2e06
commit 58a04947c4
13 changed files with 59 additions and 250 deletions

View File

@@ -20,7 +20,6 @@ if [ -z "${registry}" ]; then
fi
$podman push godot-export:${img_version} ${registry}/godot/export
$podman push godot-mono-glue:${img_version} ${registry}/godot/mono-glue
$podman push godot-linux:${img_version} ${registry}/godot/linux
$podman push godot-windows:${img_version} ${registry}/godot/windows
$podman push godot-javascript:${img_version} ${registry}/godot/javascript