mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 16:21:40 +00:00
Update steam runtime image.
This commit is contained in:
parent
065623f85b
commit
5de7939384
@ -4,4 +4,7 @@ cd steamrt
|
||||
docker build -t steamos-wesnoth .
|
||||
rm -rf ../steambuild
|
||||
mkdir ../steambuild
|
||||
if [ -d "$PWD"/../../../build ]; then
|
||||
echo "Existing scons 'build' directory found, this may cause the build to fail!"
|
||||
fi
|
||||
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output --tmpfs /build:exec -u "$UID" steamos-wesnoth
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
VALVEFILE=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.Dockerfile
|
||||
VALVETAR=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz
|
||||
VALVE_SNAPSHOT=0.20200318.2
|
||||
VALVE_SNAPSHOT=0.20201007.1
|
||||
|
||||
DOCKERBASEIMAGE=steamrt_scout_amd64
|
||||
DOCKERLOCALIMAGE=wesnoth/wesnoth:steamrt-master
|
||||
|
Loading…
x
Reference in New Issue
Block a user