File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,12 @@ GO_BUILD_LDFLAGS_OPTIMS += -s -w
36
36
endif # $(DEBUG)
37
37
38
38
GO_BUILD_FLAGS_TARGET := .go-build-flags
39
- GO_CROSSBUILD_WINDOWS_PLATFORMS := windows/amd64 windows/386 windows/arm
39
+ GO_CROSSBUILD_WINDOWS_PLATFORMS := windows/386 windows/amd64 windows/arm windows/arm64
40
40
GO_CROSSBUILD_PLATFORMS ?= linux/386 linux/amd64 linux/arm linux/arm64 linux/arm/v7 linux/arm/v6 \
41
41
linux/mips linux/mips/softfloat linux/mips64 linux/mips64le linux/mipsle \
42
42
linux/riscv64 linux/s390x \
43
43
freebsd/386 freebsd/amd64 freebsd/arm freebsd/arm64 freebsd/arm/v7 freebsd/arm/v6 \
44
44
openbsd/386 openbsd/amd64 openbsd/arm openbsd/arm64 openbsd/arm/v7 openbsd/arm/v6 \
45
- openbsd/mips64 \
46
45
netbsd/386 netbsd/amd64 netbsd/arm netbsd/arm64 netbsd/arm/v7 netbsd/arm/v6 \
47
46
plan9/386 plan9/amd64 plan9/arm plan9/arm/v7 plan9/arm/v6 \
48
47
darwin/amd64 darwin/arm64 \
You can’t perform that action at this time.
0 commit comments