dashaun / java-native-builder-multiarch

A single `Cloud Native Buildpack` that can build native images for AMD64 and ARM64
Apache License 2.0
5 stars 1 forks source link

link to buildpack/image source code #2

Closed cforce closed 1 year ago

cforce commented 1 year ago

Where is the source hosted for the builder image / buildpack for this repo? E.g. the dockerfile used in https://hub.docker.com/r/dashaun/builder-multiarch Please link in readme.

cforce commented 1 year ago

Possibly this one https://github.com/dashaun/paketo-arm64 ?

dashaun commented 1 year ago

@cforce Yes, that is where the source lives.

It's using the "upstream" buildpack info, and only replaces a couple of dependencies with ARM specific versions.