27a2f33
@@ -19,7 +19,7 @@
old_release=$(bc -l <<< "${release}-1")
PRIMARY_ARCHES="i686 x86_64 aarch64 ppc64le s390x"
- FLATPAK_ARCHES="i686 x86_64"
+ FLATPAK_ARCHES="x86_64 aarch64 ppc64le"
KOJICLI=koji
Flatpak arches should be x86_64 and aarch64 (as we build currently through OSBS), plus ppc64le, to match silverblue and kinoite.
Pull-Request has been merged by humaton
Flatpak arches should be x86_64 and aarch64 (as we build currently
through OSBS), plus ppc64le, to match silverblue and kinoite.