Compiling to armv6
Opened this issue · 0 comments
Can a binary for armv6 (RPI 0 W) can be added to releases? I tried to cross compile it myself on fedora, following instructions from user karser #4 (comment) but still getting error:
# go build /go/src/golang.org/x/net/http2/frame.go:18:2: found packages hpack (encode.go) and main (gen.go) in /go/src/golang.org/x/net/http2/hpack /go/src/google.golang.org/grpc/internal/channelz/types_linux.go:24:2: found packages unix (affinity_linux.go) and main (mkasm.go) in /go/src/golang.org/x/sys/unix /go/src/golang.org/x/text/secure/bidirule/bidirule.go:16:2: found packages bidi (bidi.go) and main (gen.go) in /go/src/golang.org/x/text/unicode/bidi /go/src/golang.org/x/net/idna/idna10.0.0.go:27:2: found packages norm (composition.go) and main (maketables.go) in /go/src/golang.org/x/text/unicode/norm /go/src/golang.org/x/net/http2/transport.go:19:2: cannot find package "io/fs" in any of: /usr/local/go/src/io/fs (from $GOROOT) /go/src/io/fs (from $GOPATH)