https://github.com/joseluisq/docker-osxcross
Multi-arch Linux AMD64/ARM64 Docker images for osxcross.
https://github.com/joseluisq/docker-osxcross
amd64 arm64 debian-linux debian-trixie docker-image linux macosx osxcross
Last synced: 3 months ago
JSON representation
Multi-arch Linux AMD64/ARM64 Docker images for osxcross.
- Host: GitHub
- URL: https://github.com/joseluisq/docker-osxcross
- Owner: joseluisq
- License: apache-2.0
- Created: 2025-09-21T21:18:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T08:51:28.000Z (9 months ago)
- Last Synced: 2025-10-03T10:27:10.584Z (9 months ago)
- Topics: amd64, arm64, debian-linux, debian-trixie, docker-image, linux, macosx, osxcross
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Docker OSXCross
[](https://github.com/joseluisq/docker-osxcross/actions/workflows/devel.yml) [](https://hub.docker.com/r/joseluisq/docker-osxcross/) [](https://hub.docker.com/r/joseluisq/docker-osxcross/tags) [](https://hub.docker.com/r/joseluisq/docker-osxcross/)
> Multi-arch Linux AMD64/ARM64 Docker images for [osxcross](https://github.com/tpoechtrager/osxcross) using the latest __Debian [13-slim](https://hub.docker.com/_/debian/tags?page=1&name=13-slim)__ ([Trixie](https://www.debian.org/News/2025/20250809)).
## OSX SDK Setup
- **OSX_SDK_VERSION**: `13.3`
- **OSX_SDK_SUM**: `518e35eae6039b3f64e8025f4525c1c43786cc5cf39459d609852faf091e34be` ([joseluisq/macosx-sdks@13.3](https://github.com/joseluisq/macosx-sdks/releases/tag/13.3))
- **OSX_VERSION_MIN**: `10.14`
- **OSX_CROSS_COMMIT**: `f873f534c6cdb0776e457af8c7513da1e02abe59` ([tpoechtrager/osxcross commit](https://github.com/tpoechtrager/osxcross/commit/f873f534c6cdb0776e457af8c7513da1e02abe59))
## Usage
```sh
docker pull joseluisq/docker-osxcross:1.0.0-beta.1
# or
docker pull ghcr.io/joseluisq/docker-osxcross:1.0.0-beta.1
```
## Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in current work by you, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.
Feel free to send some [Pull request](https://github.com/joseluisq/docker-osxcross/pulls) or file an [issue](https://github.com/joseluisq/docker-osxcross/issues).
## License
This work is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).
© 2025-present [Jose Quintana](https://github.com/joseluisq)