Skip to content

Commit 15105d1

Browse files
committed
chore(build): remove Darwin 32-bit build
Starting from Go 1.15, 32-bit Darwin binaries are not supported.
1 parent c6a5cd8 commit 15105d1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/build-all-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildByDocker() {
2727
}
2828

2929
gover=latest
30-
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin 386' 'darwin amd64')
30+
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin amd64')
3131
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm' 'freebsd arm64')
3232
builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
3333
builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')

doc/en-US/compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Go 1.11 supports OSX 10.10 Yosemite or later
1717
- Go 1.12 is the last release supports OSX 10.10 Yosemite
1818
- Go 1.13 supports OSX 10.11 El Capitan or later
19+
- Go 1.14 is the last release supports 32-bit binaries on OSX
1920
- Go 1.14 is the last release supports OSX 10.11 El Capitan
2021
- Go 1.15 supports OSX 10.12 Sierra or later
2122

doc/zh-CN/compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Go 1.11支持OSX 10.10 Yosemite及后续版本
1717
- Go 1.12是最后支持OSX 10.10 Yosemite的版本
1818
- Go 1.13支持OSX 10.11 El Capitan及后续版本
19+
- Go 1.14是最后支持OSX 32位二进制程序的版本
1920
- Go 1.14是最后支持OSX 10.11 El Capitan的版本
2021
- Go 1.15支持OSX 10.12 Sierra及后续版本
2122

0 commit comments

Comments
 (0)