diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6769c60..7726736 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,7 +179,7 @@ linux:package: mv ../*.{deb,buildinfo,changes} artifacts/ echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K" echo -e "\e[0Ksection_start:`date +%s`:flatpaks\e[0KBuilding Flatpak" - flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo + flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --allow-missing-runtimes flatpak build-bundle flatpakrepo GridTracker-${VER}-x86_64.flatpak org.gridtracker.GridTracker mv *.flatpak artifacts/ echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K" @@ -306,9 +306,9 @@ arm:package: mv GridTracker-${VER}-linux-arm64 dist/ cp dist/GridTracker-${VER}-linux-arm64/package.nw/gridview.png dist/GridTracker-${VER}-linux-arm64/gridview.png echo "Building flatpak source..." - flatpak-builder flatpak flatpak_arm64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes + flatpak-builder flatpak flatpak_arm64_manifest.yml --force-clean --allow-missing-runtimes echo "Exporting single-file flatpak..." - flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo + flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker mv *.flatpak artifacts/ echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K" echo "we made ARM packages!"