chrisbenincasa / tunarr

Spiritual successor to dizqueTV
https://tunarr.com/
zlib License
85 stars 9 forks source link

Add ARM binaries #363

Open chrisbenincasa opened 2 months ago

chrisbenincasa commented 2 months ago

Might be blocked from a Github action runner perspective: https://github.com/orgs/community/discussions/19197

We might have to find another way...

chrisbenincasa commented 2 months ago

We could probably use QEMU + Docker on github actions to get pre-built Nexe binaries and extract from the container

chrisbenincasa commented 2 months ago

I manually built an ARMv8 dummy binary and added it to the nexe pre-builds. Reusable Dockerfile in progress.