Skip to content

Commit ee52ebd

Browse files
committed
Tune build targets
Signed-off-by: Sylvain Rabot <[email protected]>
1 parent 0638c01 commit ee52ebd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ GO_BUILD_LDFLAGS_OPTIMS += -s -w
3636
endif # $(DEBUG)
3737

3838
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
4040
GO_CROSSBUILD_PLATFORMS ?= linux/386 linux/amd64 linux/arm linux/arm64 linux/arm/v7 linux/arm/v6 \
4141
linux/mips linux/mips/softfloat linux/mips64 linux/mips64le linux/mipsle \
4242
linux/riscv64 linux/s390x \
4343
freebsd/386 freebsd/amd64 freebsd/arm freebsd/arm64 freebsd/arm/v7 freebsd/arm/v6 \
4444
openbsd/386 openbsd/amd64 openbsd/arm openbsd/arm64 openbsd/arm/v7 openbsd/arm/v6 \
45-
openbsd/mips64 \
4645
netbsd/386 netbsd/amd64 netbsd/arm netbsd/arm64 netbsd/arm/v7 netbsd/arm/v6 \
4746
plan9/386 plan9/amd64 plan9/arm plan9/arm/v7 plan9/arm/v6 \
4847
darwin/amd64 darwin/arm64 \

0 commit comments

Comments
 (0)