chiaki/scripts/switch/run-podman-build-chiaki.sh
2022-09-25 14:24:43 +02:00

12 lines
209 B
Bash
Executable File

#!/bin/bash
cd "`dirname $(readlink -f ${0})`/../.."
podman run --rm \
-v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \
-it \
thestr4ng3r/chiaki-build-switch:v2 \
/bin/bash -c "scripts/switch/build.sh"