mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
Update chiaki-build-switch image in build script
This commit is contained in:
parent
e00f5fae9d
commit
6bfbcfc456
@ -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…
x
Reference in New Issue
Block a user