I am looking to use a pipeline to build my python project, but it doesn't look like I can have it build my python project using pyinstaller targeting macOS x86 - is this correct?
Hi Geoff and welcome to the community!
Pipelines builds on Atlassian's infrastructure run on a Kubernetes cluster of Linux Docker hosts. Every step of the build runs in a separate Docker container, and you can specify the Docker image used for each step.
If your build needs to run on macOS, this is not currently supported on Atlassian's infrastructure. However, if you have a Mac where you can run builds, you can use a macOS self-hosted runner:
Runners allow you to run builds in Pipelines on your own infrastructure. You'll be able to see build logs on the repo's page on Bitbucket's site, and you won’t be charged for the build minutes used by your self-hosted runners.
We have the following feature request for supporting macOS builds on our own infrastructure:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.