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

Fix building bundles for alternate architectures

parent 648eba4f
No related branches found
No related tags found
1 merge request!14Add several features used for the reference runtime
......@@ -1727,6 +1727,7 @@ class Builder:
'flatpak',
'build-bundle',
'--runtime',
'--arch={}'.format(self.flatpak_arch),
]
if self.sign_key:
cmd.extend([
......@@ -2344,6 +2345,7 @@ class Builder:
'XDG_DATA_HOME={}/home'.format(scratch),
'flatpak',
'build-bundle',
'--arch={}'.format(self.flatpak_arch),
]
if self.sign_key:
cmd.extend([
......
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