GitHub - ltvco/bv-ruby: Repo for custom ruby versions

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Custom Ruby Versions for LTV

Build Notes

Multi Arch Build Example

docker buildx create --use
# omit the --push below if you do not have docker push access
docker buildx build --platform linux/amd64,linux/arm64 --push -t ltvco/ruby:2.6.9-bullseye-slim-jemalloc .