ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
217 stars 33 forks source link

Req: Add multiarch compiled builds to releases #2

Open lanefu opened 3 years ago

lanefu commented 3 years ago

Hi would be great to have some compiled binaries on the releases like on Andrei's repo.

looks like you may just need to push code to a tag and artifacts will be created..

https://github.com/ZizzyDizzyMC/linx-server/blob/master/.github/workflows/buildx.yaml#L6

ZizzyDizzyMC commented 3 years ago

Sorry for the delay, I'll have to look into this further as I'm still quite new to the language and hosting open source repos like this. Precompiled binaries are something I also would like to have.

onvrb commented 3 years ago

Sorry for the delay, I'll have to look into this further as I'm still quite new to the language and hosting open source repos like this. Precompiled binaries are something I also would like to have.

Hey ZizzyDizzyMC, It has been a while and you still haven't changed the README so I assume you're still not using compiled binaries. This is as easy as it gets, go to Dockerhub and select the repo from Github you want. That's pretty much about it, pretty straight forward. After a few minutes you'd have your own image release and don't forget to update your README file with that new image.

I hope this helps. Cheers.

ZizzyDizzyMC commented 3 years ago

Thanks, I'll get that done when I got a moment.