mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Allow specifying command in switch podman script
This commit is contained in:
parent
e14083c87c
commit
582ec7aa54
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ podman run --rm \
|
||||||
-w "/build/chiaki" \
|
-w "/build/chiaki" \
|
||||||
-it \
|
-it \
|
||||||
thestr4ng3r/chiaki-build-switch:v2 \
|
thestr4ng3r/chiaki-build-switch:v2 \
|
||||||
/bin/bash -c "scripts/switch/build.sh"
|
${1:-/bin/bash -c "scripts/switch/build.sh"}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue