-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate 'Architectures' information #472
Conversation
The output of generate-stackbrew-library.sh would be:
|
@tianon Can you help to verify the output? and also help to review my change. Thanks. |
(Also worth noting that Alpine can't officially be made multiarch until gliderlabs/docker-alpine#304 is resolved. 👍) |
There is no wheezy here: https://hub.docker.com/r/ppc64le/buildpack-deps/ . So in my previous PR, I didn't add wheezy variant for ppc64le. :-) Thanks! |
Ahhh, right, wheezy+ppc64le is no longer supported (given the limited
Wheezy LTS resources).
|
For alpine, only amd64 supports alpine now. ppc64le could not support alpine until a fix get into v8. Based on your suggestion. I won't add any architecture for the alpine except amd64 if I need to add more architecture support in the future. |
Enhance the `generate-stackbrew-library.sh` to generate `Architectures` information. Signed-off-by: Yihong Wang <[email protected]>
1afed76
to
bb2de80
Compare
Thanks @SimenB, @tianon and @Starefossen force push again now. |
Enhance the
generate-stackbrew-library.sh
to generateArchitectures
information.
Signed-off-by: Yihong Wang [email protected]