mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-30 19:50:02 -07:00
Move Rest of CI to Sourcehut
This commit is contained in:
parent
db5b3a1499
commit
dfc0f32ac2
20 changed files with 165 additions and 278 deletions
15
scripts/run-docker-build-appimage.sh
Executable file
15
scripts/run-docker-build-appimage.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
cd "`dirname $(readlink -f ${0})`"
|
||||
|
||||
docker build -t chiaki-xenial . -f Dockerfile.xenial
|
||||
cd ..
|
||||
docker run --rm \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
--device /dev/fuse \
|
||||
--cap-add SYS_ADMIN \
|
||||
-t chiaki-xenial \
|
||||
/bin/bash -c "scripts/build-appimage.sh"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue