This repository has been archived on 2021-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
my-bloody-hetzner-sb-notifier/build.sh
2018-10-25 22:32:22 +02:00

4 lines
No EOL
145 B
Bash

GO111MODULE=on
go get github.com/mitchellh/gox
go get ./...
gox -output="build/hetzner-sb-notifier_{{.OS}}_{{.Arch}}_${VERSION}" -osarch=$1/amd64