flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
115 stars 34 forks source link

update jetbrains checker to add support for arm64 builds #341

Closed binaryfields closed 1 year ago

binaryfields commented 1 year ago

JetBrains publishes separate builds for Linux ARM64. This adds support to jetbrains checker to include arch property and grab the appropriate download node from the call to fetch available builds.

binaryfields commented 1 year ago

@gasinvein Would you be able to take a look at this PR?

The test failures seem related to tooling changes for type check.

For test cases, I'm not sure why expected failure is 2 instead of 3, but I assume is probably not related to this PR.

gasinvein commented 1 year ago

Thanks.