Add support for multiple architectures #16
Merged
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.
PyPy is a little special, and the list of supported architectures sometimes fluctuates over time, so I've adapted the update scripts to take that into account and to vary the output of
generate-stackbrew-library.sh
accordingly.I've tested building
2
onamd64
,arm32v5
,arm32v7
, andi386
(andppc64le
/s390x
, but noted their failures inrelease-architectures
-- looking for a.so
that Debian doesn't have).See also docker-library/buildpack-deps#59, docker-library/golang#163, docker-library/docker#63, docker-library/gcc#36, jessfraz/irssi#15, redis/docker-library-redis#95, docker-library/openjdk#121, docker-library/postgres#298, docker-library/haproxy#41, docker-library/httpd#55, docker-library/memcached#19, docker-library/tomcat#73, docker-library/ruby#133, docker-library/python#206, docker-library/php#454, docker-library/wordpress#223, docker-library/rabbitmq#167, docker-library/cassandra#115, docker-library/drupal#90, docker-library/ghost#82, docker-library/julia#15, docker-library/owncloud#91.