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

4 lines
145 B
Bash
Raw Normal View History

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