Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arches not listed in "only-arches" continue to serve very old app builds #2755

Open
kparal opened this issue Jan 10, 2022 · 1 comment
Open

Comments

@kparal
Copy link

kparal commented Jan 10, 2022

In FreeFileSync I have flathub.json:

{
  "only-arches": ["x86_64", "i386"]
}

That's because I serve upstream-provided binary builds (because several reasons), and upstream doesn't build for aarch64 or arm. However, other arches were built in the past, when I was building the app directly from source. To my surprise, the app can still be installed from Flathub on aarch64 and arm, but the users receive a very old (2.5 years old) app version. Here's a related bug report.

I'd expect that when "only-arches" or "skip-arches" are configured, then those omitted repos should be purged. Otherwise it can be very confusing for users to receive a years-old build.

Possibly related: #1196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants