ipsn / go-libtor

Self-contained Tor from Go
BSD 3-Clause "New" or "Revised" License
544 stars 46 forks source link

Compiling for RaspberryPI not working #13

Closed rehacktive closed 4 years ago

rehacktive commented 4 years ago

According to documentation, arm should be supported. But trying:

~/go/src/github.com/ipsn/go-libtor $ GOARCH=arm go build

I get

libtor.go:13:2: build constraints exclude all Go files in ~/go/src/github.com/ipsn/go-libtor/libtor

(same happens for arm64)

any suggestion? thanks