mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-30 19:50:02 -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
|
|
@ -6,5 +6,5 @@ podman run --rm \
|
|||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
-it \
|
||||
thestr4ng3r/chiaki-build-switch:v2 \
|
||||
quay.io/thestr4ng3r/chiaki-build-switch:v3 \
|
||||
${1:-/bin/bash -c "scripts/switch/build.sh"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue