'gitlab pipeline build server for ios
We're running everything in AWS, including our self-hosted Gitlab server.
Now I am trying to create a pipeline to build and publish our IOS apps. Gitlab cloud does offer MacOS runner, but we're not planning to migrate it to the cloud in short term.
So I am looking for a MacOS server on cloud. AWS does offer dedicated mac servers, but they are limited to certain regions and are really expensive. I don't need a 6 core mac server. Maybe a 2 core server should be enough as we're probably going to build and publish the apps once a month. A mac mini running somewhere would be enough. But I'd prefer not to host it myself. Is there a good cloud provider that offers mac servers. Or any SAAS pipeline can achieve the same thing?
Solution 1:[1]
Instead of seeking out a cloud provider of macOS servers, configure one or more GitLab runners on your own equipment.
See:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Richard |