mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Update Ubuntu for AppImage to 24.04
This commit is contained in:
parent
bb5a79f234
commit
a1fd418685
7 changed files with 18 additions and 102 deletions
|
@ -3,13 +3,14 @@
|
|||
set -xe
|
||||
cd "`dirname $(readlink -f ${0})`"
|
||||
|
||||
podman build -t chiaki-bionic . -f Dockerfile.bionic
|
||||
podman build --arch amd64 -t localhost/chiaki-noble . -f Dockerfile.noble
|
||||
cd ..
|
||||
podman run --rm \
|
||||
--arch amd64 \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
--device /dev/fuse \
|
||||
--cap-add SYS_ADMIN \
|
||||
-t chiaki-bionic \
|
||||
-t localhost/chiaki-noble \
|
||||
/bin/bash -c "scripts/build-appimage.sh /build/appdir"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue