Hangarter
Hangarter
Hi! I'd like to help :) I've noticed github has github-hosted VMs for building pipelines (windows and macos). How could I start? I had a look on the Dockerfiles and...
Sweet, I've just forked your repo. It will be great if I manage to contribute :-D https://github.com/hangarter/docker/tree/main/base-macos I swapped the image by one mac compatible and it does build an...
Hey I did some more research and the docker-osx project above mentioned is a macOS vm inside a Linux container, my approach above was wrong as everything was running in...
You're right about no need for extra complexity, it makes sense. So I'm still researching and I don't seem to find any docker support for running macOS natively, maybe I'm...
Yes that's the only option I found too! It has to run on a Linux host system though :-( I'll have a go using the Github runners and see how...