lifecycle icon indicating copy to clipboard operation
lifecycle copied to clipboard

Support IBM Z (s390x)

Open agracey opened this issue 3 years ago • 0 comments

Description

We are seeing an increase in usage of containers and Kubernetes on IBM Z. Being able to use buildpacks would allow a developer to not need to care as much about what the underlying ISA is running their code.

Proposed solution

Extend the spec and implementation work being done on #435 to support s390x as well.

Describe alternatives you've considered

I could build a fully custom buildpack implementation to the spec, but that's not realistic 😄

agracey avatar Mar 01 '22 18:03 agracey