https://github.com/timluq/osxcross-rs
https://github.com/timluq/osxcross-rs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timluq/osxcross-rs
- Owner: TimLuq
- Created: 2022-04-19T08:26:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T14:04:40.000Z (over 3 years ago)
- Last Synced: 2025-10-23T21:02:57.030Z (8 months ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osxcross-rs
There is a branch per build environment.
The branch is then the tag for the docker image.
To get a rust environment for `x86_64-unknown-linux-gnu` you would specify `ghcr.io/timluq/osxcross-rs:x86_64-unknown-linux-gnu` as the docker image.
## Environment support
Currently the following environments are supported:
- `x86_64-unknown-linux-gnu`
- `x86_64-apple-darwin`
- `aarch64-apple-darwin`
- `i686-pc-windows-gnu`