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

Latest commit

 

History

History
9 lines (6 loc) · 286 Bytes

File metadata and controls

9 lines (6 loc) · 286 Bytes

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 .