https://github.com/katzer/mrubycross
Docker images to cross compile mruby
https://github.com/katzer/mrubycross
Last synced: about 1 month ago
JSON representation
Docker images to cross compile mruby
- Host: GitHub
- URL: https://github.com/katzer/mrubycross
- Owner: katzer
- License: mit
- Created: 2022-12-03T17:54:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T10:08:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T12:41:24.909Z (over 1 year ago)
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mrubycross
Cross compile mruby binaries for __linux-gnu__, __musl__, __darwin__ and __win32__.
Each branch is a seperate docker image:
#### [skatzer/mrubycross:bullseye][bullseye]
- up-to-date build toolchain as good as possible
- cross compile mruby binaries for different __glibc__ versions, __musl__, __darwin__ and __win32__
```sh
$ docker pull skatzer/mrubycross:bullseye
```
#### [skatzer/mrubycross:noble][noble]
- most recent up-to-date build toolchain
- cross compile mruby binaries for __linux-gnu__, __musl__, __darwin__ and __win32__
- linux binaries __wont__ launch on systems that have installed glibc 2.33 and earlier
```sh
$ docker pull skatzer/mrubycross:noble
```
## License
The code is available as open source under the terms of the [MIT License][license].
Made with :yum: from Leipzig
© 2022 Sebastián Katzer
[license]: https://opensource.org/licenses/MIT
[bullseye]: https://github.com/katzer/mrubycross/tree/bullseye
[noble]: https://github.com/katzer/mrubycross/tree/noble