Refresh switch to build again

This commit is contained in:
Florian Märkl 2025-06-09 12:20:27 +02:00
parent 94fcdc3c61
commit 4eb90a7a65
7 changed files with 21 additions and 23 deletions

10
scripts/switch/dev-container.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
cd "`dirname $(readlink -f ${0})`/../.."
podman run --rm \
-v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \
-it \
quay.io/thestr4ng3r/chiaki-build-switch:v3 \
/bin/bash