mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 04:52:09 -07:00
10 lines
187 B
Bash
Executable file
10 lines
187 B
Bash
Executable file
#!/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
|