mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add CI Build for Switch (#234)
This commit is contained in:
parent
f35311bf61
commit
6e2d93ec2c
6 changed files with 41 additions and 8 deletions
5
scripts/switch/build-docker-image.sh
Executable file
5
scripts/switch/build-docker-image.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "`dirname $(readlink -f ${0})`"
|
||||
|
||||
docker build "$@" -t chiaki-switch .
|
Loading…
Add table
Add a link
Reference in a new issue