From f2af5b725663f081704c13cbb8f72423e4b1ede8 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 26 Mar 2021 16:02:39 -0700 Subject: [PATCH] =?UTF-8?q?don't=20know=20why=20,=20but=20won't=20compile?= =?UTF-8?q?=20for=20freebsd/arm=20=20=20=20=E2=A8=AF=20release=20failed=20?= =?UTF-8?q?after=20348.00s=20error=3Dfailed=20to=20build=20for=20freebsd?= =?UTF-8?q?=5Farm=5F7:=20#=20golang.org/x/net/ipv4=20../../../../pkg/mod/g?= =?UTF-8?q?olang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys=5Ff?= =?UTF-8?q?reebsd.go:37:79:=20undefined:=20unix.MCAST=5FJOIN=5FGROUP=20../?= =?UTF-8?q?../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e0566?= =?UTF-8?q?75ecf/ipv4/sys=5Ffreebsd.go:38:79:=20undefined:=20unix.MCAST=5F?= =?UTF-8?q?LEAVE=5FGROUP=20../../../../pkg/mod/golang.org/x/net@v0.0.0-202?= =?UTF-8?q?10326220855-61e056675ecf/ipv4/sys=5Ffreebsd.go:39:79:=20undefin?= =?UTF-8?q?ed:=20unix.MCAST=5FJOIN=5FSOURCE=5FGROUP=20../../../../pkg/mod/?= =?UTF-8?q?golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys=5F?= =?UTF-8?q?freebsd.go:40:79:=20undefined:=20unix.MCAST=5FLEAVE=5FSOURCE=5F?= =?UTF-8?q?GROUP=20../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220?= =?UTF-8?q?855-61e056675ecf/ipv4/sys=5Ffreebsd.go:41:79:=20undefined:=20un?= =?UTF-8?q?ix.MCAST=5FBLOCK=5FSOURCE=20../../../../pkg/mod/golang.org/x/ne?= =?UTF-8?q?t@v0.0.0-20210326220855-61e056675ecf/ipv4/sys=5Ffreebsd.go:42:7?= =?UTF-8?q?9:=20undefined:=20unix.MCAST=5FUNBLOCK=5FSOURCE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goreleaser.yml b/goreleaser.yml index 3606e99..4caea3c 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -21,6 +21,8 @@ build: ignore: - goos: darwin goarch: 386 + - goos: freebsd + goarch: arm goarm: - 7 nfpms: