-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add Darwin Builds to CI #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We can probably use circleci to do native OSX builds, can look at setting that up; the cross build setup for osx (eg that moby/moby uses) is not very nice and there is some cgo so we can't do a straight Go cross build AFAIK. |
I am fixing the cross builds by removing some more cgo code that cant be cross compiled, that way we can not add a whole new CI... |
#900 removes enough cgo to make cross compile for darwin work |
fix containerd#866 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
We are needing to support OSX for linuxkit consuming the content store of containerd to produce images. In order for us to support this during development we need to have a CI to cross compile the supported platforms to catch build errors.
The text was updated successfully, but these errors were encountered: