Y
Hacker News
new
|
ask
|
show
|
jobs
by
canada_dry
2661 days ago
Bah... no linux 32 bit binary for my old home-automation server.
1 comments
adraenwan
2660 days ago
just build it yourself :)
$ git clone
https://github.com/gotify/server
$ cd server
$ env GOARCH=386 go build
link
$ git clone https://github.com/gotify/server
$ cd server
$ env GOARCH=386 go build