Skip to content
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

Build from source when upstream binaries are not available #335

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 20, 2020

Concretely, this results in the addition of arm32v5 and mips64le as supported architectures for the Debian-based variants.

This is per the suggestion from upstream in golang/go#38536 (comment). 👍

Concretely, this results in the addition of arm32v5 and mips64le as supported architectures for the Debian-based variants.
@tianon
Copy link
Member Author

tianon commented Jun 22, 2020

A useful diff:

$ diff -u <(bashbrew cat golang) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2020-06-22 11:34:07.452631748 -0700
+++ /dev/fd/62	2020-06-22 11:34:07.456631631 -0700
@@ -3,8 +3,8 @@
 
 Tags: 1.15beta1-buster, 1.15-rc-buster, rc-buster
 SharedTags: 1.15beta1, 1.15-rc, rc
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2f3748d2626444e8e2072a59b76b33c3c22b914c
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 11eef5dfbc243e2c172c0ed0a38f65c0c756486d
 Directory: 1.15-rc/buster
 
 Tags: 1.15beta1-alpine3.12, 1.15-rc-alpine3.12, rc-alpine3.12, 1.15beta1-alpine, 1.15-rc-alpine, rc-alpine
@@ -35,13 +35,13 @@
 
 Tags: 1.14.4-buster, 1.14-buster, 1-buster, buster
 SharedTags: 1.14.4, 1.14, 1, latest
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 11eef5dfbc243e2c172c0ed0a38f65c0c756486d
 Directory: 1.14/buster
 
 Tags: 1.14.4-stretch, 1.14-stretch, 1-stretch, stretch
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971
+GitCommit: 11eef5dfbc243e2c172c0ed0a38f65c0c756486d
 Directory: 1.14/stretch
 
 Tags: 1.14.4-alpine3.12, 1.14-alpine3.12, 1-alpine3.12, alpine3.12, 1.14.4-alpine, 1.14-alpine, 1-alpine, alpine
@@ -77,13 +77,13 @@
 
 Tags: 1.13.12-buster, 1.13-buster
 SharedTags: 1.13.12, 1.13
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1fd658db53dda4cc4a677377e03aac01557666fe
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 11eef5dfbc243e2c172c0ed0a38f65c0c756486d
 Directory: 1.13/buster
 
 Tags: 1.13.12-stretch, 1.13-stretch
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1fd658db53dda4cc4a677377e03aac01557666fe
+GitCommit: 11eef5dfbc243e2c172c0ed0a38f65c0c756486d
 Directory: 1.13/stretch
 
 Tags: 1.13.12-alpine3.12, 1.13-alpine3.12, 1.13.12-alpine, 1.13-alpine

@yosifkit yosifkit merged commit 1eb0961 into docker-library:master Jun 22, 2020
@yosifkit yosifkit deleted the src branch June 22, 2020 22:44
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jun 22, 2020
Changes:

- docker-library/golang@1eb0961: Merge pull request docker-library/golang#335 from infosiftr/src
- docker-library/golang@11eef5d: Build from source when upstream binaries are not available
@tianon tianon mentioned this pull request Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants