Update chiaki-build-switch image in build script

This commit is contained in:
Florian Märkl 2022-09-25 14:24:43 +02:00
commit 6bfbcfc456

View file

@ -2,10 +2,10 @@
cd "`dirname $(readlink -f ${0})`/../.." cd "`dirname $(readlink -f ${0})`/../.."
podman run \ podman run --rm \
-v "`pwd`:/build/chiaki" \ -v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \ -w "/build/chiaki" \
-t \ -it \
thestr4ng3r/chiaki-build-switch:35829cc \ thestr4ng3r/chiaki-build-switch:v2 \
-c "scripts/switch/build.sh" /bin/bash -c "scripts/switch/build.sh"