File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export PATH := $(PATH):`go env GOPATH`/bin
22export GO111MODULE=on
33LDFLAGS := -s -w
44
5- os-archs=darwin:amd64 darwin:arm64 freebsd:amd64 linux:amd64 linux:arm:7 linux:arm:5 linux:arm64 windows:amd64 windows:arm64 linux:mips64 linux:mips64le linux:mips:softfloat linux:mipsle:softfloat linux:riscv64 linux:loong64 android:arm64
5+ os-archs=darwin:amd64 darwin:arm64 freebsd:amd64 openbsd:amd64 linux:amd64 linux:arm:7 linux:arm:5 linux:arm64 windows:amd64 windows:arm64 linux:mips64 linux:mips64le linux:mips:softfloat linux:mipsle:softfloat linux:riscv64 linux:loong64 android:arm64
66
77all: build
88
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ make -f ./Makefile.cross-compiles
1717rm -rf ./release/packages
1818mkdir -p ./release/packages
1919
20- os_all=' linux windows darwin freebsd android'
20+ os_all=' linux windows darwin freebsd openbsd android'
2121arch_all=' 386 amd64 arm arm64 mips64 mips64le mips mipsle riscv64 loong64'
2222extra_all=' _ hf'
2323
You can’t perform that action at this time.
0 commit comments