mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 05:23:12 -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})`/../.."
|
cd "`dirname $(readlink -f ${0})`/../.."
|
||||||
|
|
||||||
podman run \
|
podman run --rm \
|
||||||
-v "`pwd`:/build/chiaki" \
|
-v "`pwd`:/build/chiaki" \
|
||||||
-w "/build/chiaki" \
|
-w "/build/chiaki" \
|
||||||
-t \
|
-it \
|
||||||
thestr4ng3r/chiaki-build-switch:35829cc \
|
thestr4ng3r/chiaki-build-switch:v2 \
|
||||||
-c "scripts/switch/build.sh"
|
/bin/bash -c "scripts/switch/build.sh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue