File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ builds:
2121 goarch :
2222 - amd64
2323 - arm64
24- ignore :
25- - goos : freebsd
26- goarch : arm64
27- - goos : windows
28- goarch : arm64
2924 - id : linux-additional
3025 main : .
3126 binary : bin/diff
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ initOS() {
7171# verifySupported checks that the os/arch combination is supported for
7272# binary builds.
7373verifySupported () {
74- supported=" linux-amd64\nlinux-arm64\nlinux-armv6\nlinux-armv7\nlinux-ppc64le\nlinux-s390x\nfreebsd-amd64\nmacos-amd64\nmacos-arm64\nwindows-amd64"
74+ supported=" linux-amd64\nlinux-arm64\nlinux-armv6\nlinux-armv7\nlinux-ppc64le\nlinux-s390x\nfreebsd-amd64\nfreebsd-arm64\ nmacos-amd64\nmacos-arm64\nwindows-amd64\nwindows-arm64 "
7575 if ! echo " ${supported} " | grep -q " ${OS} -${ARCH} " ; then
7676 echo " No prebuild binary for ${OS} -${ARCH} ."
7777 exit 1
You can’t perform that action at this time.
0 commit comments