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:
21
21
goarch :
22
22
- amd64
23
23
- arm64
24
- ignore :
25
- - goos : freebsd
26
- goarch : arm64
27
- - goos : windows
28
- goarch : arm64
29
24
- id : linux-additional
30
25
main : .
31
26
binary : bin/diff
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ initOS() {
71
71
# verifySupported checks that the os/arch combination is supported for
72
72
# binary builds.
73
73
verifySupported () {
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 "
75
75
if ! echo " ${supported} " | grep -q " ${OS} -${ARCH} " ; then
76
76
echo " No prebuild binary for ${OS} -${ARCH} ."
77
77
exit 1
You can’t perform that action at this time.
0 commit comments