mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-14 00:53:41 -07:00
Refresh switch to build again
This commit is contained in:
parent
94fcdc3c61
commit
4eb90a7a65
7 changed files with 21 additions and 23 deletions
10
scripts/switch/dev-container.sh
Executable file
10
scripts/switch/dev-container.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "`dirname $(readlink -f ${0})`/../.."
|
||||
|
||||
podman run --rm \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
-it \
|
||||
quay.io/thestr4ng3r/chiaki-build-switch:v3 \
|
||||
/bin/bash
|
Loading…
Add table
Add a link
Reference in a new issue