lifecycle
lifecycle copied to clipboard
Support IBM Z (s390x)
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 😄