Skip to content

Commit

Permalink
Update supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 21, 2023
1 parent e788e6d commit 72bc141
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 1.19/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions 1.19/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions 1.20/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions 1.20/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions 1.21-rc/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions 1.21-rc/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ENV GOLANG_VERSION {{ .version }}
i386: "i386",
mips64le: "mips64el",
ppc64le: "ppc64el",
riscv64: "riscv64",
s390x: "s390x",
}
end
Expand Down
16 changes: 15 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"supported": true,
"url": "https://dl.google.com/go/go1.19.10.linux-ppc64le.tar.gz"
},
"riscv64": {
"env": {
"GOARCH": "riscv64",
"GOOS": "linux"
},
"supported": true
},
"s390x": {
"env": {
"GOARCH": "s390x",
Expand Down Expand Up @@ -275,6 +282,13 @@
"supported": true,
"url": "https://dl.google.com/go/go1.20.5.linux-ppc64le.tar.gz"
},
"riscv64": {
"env": {
"GOARCH": "riscv64",
"GOOS": "linux"
},
"supported": true
},
"s390x": {
"env": {
"GOARCH": "s390x",
Expand Down Expand Up @@ -646,7 +660,7 @@
"GOOS": "linux"
},
"sha256": "33ea0c09d1f10f034d9e4fbef4eaceb785f3433ba631eaacb01a0af40773b673",
"supported": false,
"supported": true,
"url": "https://dl.google.com/go/go1.21rc2.linux-riscv64.tar.gz"
},
"s390x": {
Expand Down
1 change: 1 addition & 0 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ potentiallySupportedArches=(
i386
mips64le
ppc64le
riscv64
s390x
windows-amd64

Expand Down

0 comments on commit 72bc141

Please sign in to comment.