Closed jaffee closed 6 years ago
GOARCH=386 go build should do the trick. We recently got a report that the PDK was failing to build on 32 bit architectures.
GOARCH=386 go build
Added a step in the CI config of the Go client to run 32bits tests: https://github.com/pilosa/go-pilosa/pull/129
Added a similar step to the server's CI config: https://github.com/pilosa/pilosa/pull/1225
GOARCH=386 go build
should do the trick. We recently got a report that the PDK was failing to build on 32 bit architectures.