Skip to content
Snippets Groups Projects
Commit 51e22ab0 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

Fix building bundles for alternate architectures


Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
parent 0f9d21ef
No related branches found
No related tags found
2 merge requests!24Merge changes from apertis/v2021-updates into apertis/v2021,!23Backport bundle-related fixes from v2022
Pipeline #421058 passed
apertis-flatdeb (0.2022.0~v2021) apertis; urgency=medium
* Change the extension of bundles to .flatpak
* Fix building bundles for alternate architectures
-- Ryan Gonzalez <ryan.gonzalez@collabora.com> Wed, 03 Aug 2022 17:40:00 -0500
apertis-flatdeb (0.2021.2~v2021) apertis; urgency=medium
* Import latest upstream changes to v2021 and fix generated flatpaks so they
......
......@@ -1456,6 +1456,7 @@ class Builder:
'flatpak',
'build-bundle',
'--runtime',
'--arch={}'.format(self.flatpak_arch),
self.ostree_repo,
output + '.new',
prefix + suffix,
......@@ -1987,6 +1988,7 @@ class Builder:
'XDG_DATA_HOME={}/home'.format(scratch),
'flatpak',
'build-bundle',
'--arch={}'.format(self.flatpak_arch),
self.ostree_repo,
output + '.new',
manifest['id'],
......
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