-
Notifications
You must be signed in to change notification settings - Fork 513
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
Refactor multiarch support to go all the way to correct Architectures lines in "generate-stackbrew-library.sh" #163
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… lines in "generate-stackbrew-library.sh"
So, assuming docker-library/buildpack-deps#59 is in official-images, here's the resulting output of this (it's all
|
tianon
commented
Jun 7, 2017
s390x) goRelArch='linux-s390x'; goRelSha256='d692643d1ac4f4dea8fb6d949ffa750e974e63ff0ee6ca2a7c38fc7c90da8b5b' ;; \ | ||
armhf) goRelArch='linux-armv6l'; goRelSha256='fc5c40fb1f76d0978504b94cd06b5ea6e0e216ba1d494060d081e022540900f8' ;; \ | ||
amd64) goRelArch='linux-amd64'; goRelSha256='ad5808bf42b014c22dd7646458f631385003049ded0bb6af2efc7f1f79fa29ea' ;; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay for better output ordering 😄
yosifkit
approved these changes
Jun 7, 2017
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jun 8, 2017
- `buildpack-deps`: multiarch! (docker-library/buildpack-deps#59, docker-library/buildpack-deps#60) - `docker`: 17.06.0-ce-rc2 and multiarch! (docker-library/docker#63) - `drupal`: 8.3.3, 7.55 - `gcc`: fix `config.guess` and `config.sub` updating (fixes build on arm64v8) - `golang`: multiarch! (docker-library/golang#163) - `php`: 7.0.20 - `tomcat`: openssl 1.1.0f-3
This was referenced Jun 8, 2017
Merged
Merged
Merged
Merged
This was referenced Jun 15, 2017
This was referenced Jun 16, 2017
Merged
Merged
This was referenced Aug 24, 2017
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See also docker-library/buildpack-deps#59.