Proryanator / encoder-benchmark

A tool to benchmark your hardware's real-time video encoding capabilities.
GNU General Public License v3.0
63 stars 5 forks source link

AppImage Support #49

Open e-dong opened 8 months ago

e-dong commented 8 months ago

App Images are Linux distro agnostic binaries, so this would be great to prioritize for Linux support

https://www.booleanworld.com/creating-linux-apps-run-anywhere-appimage/

Also add a job that builds a pacman binary (to be used with Arch linux).

Both of these new binaries should be artifacts to be used during release (see comment below).

Proryanator commented 8 months ago

Can reference how the Windows release job is done: https://github.com/Proryanator/encoder-benchmark/blob/main/.github/workflows/windows_release.yml

Would be similar in the same way that it takes an input name/tag (set during the release github action), and passes the binaries as artifacts.