#11625 make-koji-release-tags: Fix and adjust Flatpak arches
Merged 2 years ago by humaton. Opened 2 years ago by otaylor.
otaylor/releng fix-flatpak-arches  into  main

@@ -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

2 years ago
Metadata