haiku / infrastructure

Haiku infrastructure as code
https://hub.docker.com/r/haiku
MIT License
16 stars 16 forks source link

Automate cross-compiler container image generation #140

Open kallisti5 opened 1 day ago

kallisti5 commented 1 day ago

I was made aware by a member of the SDL team that docker.io/haiku/cross-compiler existed. We really need to automate the generation of these (and document them!)

I'm migrating the existing cross-compiler images over to ghcr.io since that's where containers live now.

kallisti5 commented 1 day ago

@madebr FYI

jessicah commented 1 day ago

You should be able to piggyback off https://github.com/haiku/haiku-toolchains-ubuntu/tree/master/.github/workflows. There is also my cross-compiler stuff I maintain: https://github.com/jessicah/cross-compiler.

nielx commented 1 day ago

I guess I am the main user of these containers for my rust builds. Sounds good to migrate it over to the github package repository with the rest of our stuff.