mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-05 20:42:08 -07:00
Update chiaki-build-switch image in build script
This commit is contained in:
parent
e00f5fae9d
commit
6bfbcfc456
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
cd "`dirname $(readlink -f ${0})`/../.."
|
||||
|
||||
podman run \
|
||||
podman run --rm \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
-t \
|
||||
thestr4ng3r/chiaki-build-switch:35829cc \
|
||||
-c "scripts/switch/build.sh"
|
||||
-it \
|
||||
thestr4ng3r/chiaki-build-switch:v2 \
|
||||
/bin/bash -c "scripts/switch/build.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue