bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://blueos.cloud/cockpit/docs
Other
72 stars 22 forks source link

Fix generation of arm64 flatpaks #1409

Closed rafaellehmkuhl closed 1 month ago

rafaellehmkuhl commented 1 month ago

Apparently the arm64 flatpaks that were being generated (previously to all those CI changes) were actually just renamed x86 flatpaks.

This got caught during the CI changes (making the actions fail) as we aren't forcing the artifact names anymore.

This is now fixed.