Skip to content

Commit 22ca237

Browse files
dmitshurgopherbot
authored andcommitted
internal/releasetargets: regenerate all ports for Go 1.23
The release freeze for Go 1.23 has started, so now is a good time to regenerate this list. Done with 'go generate'. The list is the same as for Go 1.22 with the addition of the new openbsd/riscv64 port. For golang/go#40561. For golang/go#55999. Change-Id: Ib920c3b4337fcd9aa4a765e5622e6c158f829bda Reviewed-on: https://go-review.googlesource.com/c/build/+/588137 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 71c8231 commit 22ca237

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
aix/ppc64
2+
android/386
3+
android/amd64
4+
android/arm
5+
android/arm64
6+
darwin/amd64
7+
darwin/arm64
8+
dragonfly/amd64
9+
freebsd/386
10+
freebsd/amd64
11+
freebsd/arm
12+
freebsd/arm64
13+
freebsd/riscv64
14+
illumos/amd64
15+
ios/amd64
16+
ios/arm64
17+
js/wasm
18+
linux/386
19+
linux/amd64
20+
linux/arm
21+
linux/arm64
22+
linux/loong64
23+
linux/mips
24+
linux/mips64
25+
linux/mips64le
26+
linux/mipsle
27+
linux/ppc64
28+
linux/ppc64le
29+
linux/riscv64
30+
linux/s390x
31+
netbsd/386
32+
netbsd/amd64
33+
netbsd/arm
34+
netbsd/arm64
35+
openbsd/386
36+
openbsd/amd64
37+
openbsd/arm
38+
openbsd/arm64
39+
openbsd/ppc64
40+
openbsd/riscv64
41+
plan9/386
42+
plan9/amd64
43+
plan9/arm
44+
solaris/amd64
45+
wasip1/wasm
46+
windows/386
47+
windows/amd64
48+
windows/arm
49+
windows/arm64

internal/releasetargets/releases.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ openbsd-arm64 openbsd arm64 (cross-compiled via distpack)
255255

256256
openbsd-ppc64 openbsd ppc64 (cross-compiled via distpack)
257257

258+
openbsd-riscv64 openbsd riscv64 (cross-compiled via distpack)
259+
258260
plan9-386 plan9 386 (cross-compiled via distpack)
259261

260262
plan9-amd64 plan9 amd64 (cross-compiled via distpack)

0 commit comments

Comments
 (0)