Update Ubuntu for AppImage to 24.04

This commit is contained in:
Florian Märkl 2025-06-25 16:04:55 +02:00
commit a1fd418685
7 changed files with 18 additions and 102 deletions

View file

@ -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"