chiaki/scripts/switch/run-podman-build-chiaki.sh
2023-02-08 14:08:17 +01:00

11 lines
214 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 \
${1:-/bin/bash -c "scripts/switch/build.sh"}