katzer / mrubycross

Docker images to cross compile mruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mrubycross

Cross compile mruby binaries for linux-gnu, musl, darwin and win32.

Each branch is a seperate docker image:

skatzer/mrubycross:bullseye

  • up-to-date build toolchain as good as possible
  • cross compile mruby binaries for different glibc versions, musl, darwin and win32
$ docker pull skatzer/mrubycross:bullseye

skatzer/mrubycross:kinetic

  • 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
$ docker pull skatzer/mrubycross:kinetic

License

The code is available as open source under the terms of the MIT License.

Made with 😋 from Leipzig

© 2022 Sebastián Katzer

About

Docker images to cross compile mruby

License:MIT License