Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 452 Bytes

File metadata and controls

18 lines (10 loc) · 452 Bytes

bundle-install

gcr.io/paketo-buildpacks/bundle-install

A Cloud Native Buildpack to install gems from a Gemfile

This will be providing gems.

Build Targets

The buildpack binaries are compiled for linux/amd64 and linux/arm64 by default.

To build for custom OS/architecture targets, run scripts/build.sh with one or more --target flags:

./scripts/build.sh --target linux/amd64 --target linux/arm64