diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa9a600..fbd921f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: self-hosted container: - image: ubuntu:23.04 + image: debian:sid volumes: - /proc:/proc options: --privileged -it diff --git a/.github/workflows/release_i386.yml b/.github/workflows/release_i386.yml index 4701977..f291f37 100644 --- a/.github/workflows/release_i386.yml +++ b/.github/workflows/release_i386.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: self-hosted container: - image: ubuntu:23.04 + image: debian:sid volumes: - /proc:/proc options: --privileged -it diff --git a/main.sh b/main.sh index 035e41b..352e4e3 100755 --- a/main.sh +++ b/main.sh @@ -3,7 +3,6 @@ wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add - add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports -add-apt-repository ppa:pikaos/ppa-deps # Clone Upstream tar -xf mangohud_0.6.8.orig.tar.xz -C ./ mv ./MangoHud-v0.6.8 ./mangohud diff --git a/main32.sh b/main32.sh index 820426c..536c04e 100755 --- a/main32.sh +++ b/main32.sh @@ -4,7 +4,6 @@ wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add - add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports -add-apt-repository ppa:pikaos/ppa-deps # Clone Upstream tar -xf mangohud_0.6.8.orig.tar.xz -C ./ mv ./MangoHud-v0.6.8 ./mangohud diff --git a/release.sh b/release.sh index ce9e316..98eac6c 100755 --- a/release.sh +++ b/release.sh @@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/