Skip to content
Snippets Groups Projects
Commit 10289051 authored by Nico's avatar Nico
Browse files

Build flatpaks for aarch64 and arm

parent 0309ee93
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ gpgfile=""
set -e -x
flatpak-builder --repo=$codedir/flatpak-repo --install-deps-from=flathub --user --force-clean --ccache $codedir/flatpak-builddir $codedir/app.briar.gtk.json
flatpak-builder --arch="x86_64" --disable-cache --repo=$codedir/flatpak-repo --install-deps-from=flathub --user --force-clean --ccache $codedir/flatpak-builddir $codedir/app.briar.gtk.json
flatpak build-commit-from --src-repo=$codedir/flatpak-repo --gpg-sign=3D7EA4950100A0D222C970717C23232F3BF374D7 --update-appstream --no-update-summary $repodir
flatpak-builder --arch="aarch64" --disable-cache --repo=$codedir/flatpak-repo --install-deps-from=flathub --user --force-clean --ccache $codedir/flatpak-builddir $codedir/app.briar.gtk.json
flatpak build-commit-from --src-repo=$codedir/flatpak-repo --gpg-sign=3D7EA4950100A0D222C970717C23232F3BF374D7 --update-appstream --no-update-summary $repodir
flatpak-builder --arch="arm" --disable-cache --repo=$codedir/flatpak-repo --install-deps-from=flathub --user --force-clean --ccache $codedir/flatpak-builddir $codedir/app.briar.gtk.json
flatpak build-commit-from --src-repo=$codedir/flatpak-repo --gpg-sign=3D7EA4950100A0D222C970717C23232F3BF374D7 --update-appstream --no-update-summary $repodir
flatpak build-update-repo --default-branch=stable --gpg-import=$gpgfile --gpg-sign=3D7EA4950100A0D222C970717C23232F3BF374D7 --generate-static-deltas $repodir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment