Skip to content

CrackerCat/docker-osxcross

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version Build Status Docker Stars Docker Pulls

Become a sponsor Donate Paypal

About

MacOSX SDK as scratch Docker image.

If you are interested, check out my other Docker images!

💡 Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!

Notice of Non-Affiliation and Disclaimer

This Docker image is not affiliated with Apple Inc. and does not represent Apple's official product, service or practice. Apple is not responsible for and does not endorse this Docker image.

This Docker image is not affiliated with the Xcode project.

Please ensure you have read and understood the Xcode license terms before using it.


Build locally

git clone https://github.com/crazy-max/docker-osxsdk.git
cd docker-osxsdk

# Build image and output to docker (default)
docker buildx bake

# Build multi-platform image
docker buildx bake image-all

Image

Registry Image
Docker Hub crazymax/osxsdk
GitHub Container Registry ghcr.io/crazy-max/osxsdk
$ docker run --rm mplatform/mquery crazymax/osxsdk:latest
Image: crazymax/osxsdk:latest
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm64

Usage

FROM debian
COPY --from=crazymax/osxsdk:latest /osxsdk /osxsdk
ENV PATH="/osxsdk/bin:$PATH"
ENV LD_LIBRARY_PATH="/osxsdk/lib:$LD_LIBRARY_PATH"

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.

About

MacOSX cross toolchain as Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 68.8%
  • HCL 31.2%