Changing how we build the go binary now that we're in a custom docker image.

This commit is contained in:
Renan DelValle 2018-12-28 09:00:53 -08:00
parent 7b7c8714a3
commit 733444645a
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

2
debian/rules vendored
View file

@ -16,5 +16,5 @@ clean:
override_dh_auto_build:
mkdir $(CURDIR)/build
docker run --rm -v "$(CURDIR)":/go/src/github.com/rdelval/australis -w /go/src/github.com/rdelval/australis golang:1.11 go build -o build/australis
/usr/local/go/bin/go build -o build/australis
build/australis autocomplete --filename=build/australis.bash