Changing how we build the go binary now that we're in a custom docker image.
This commit is contained in:
parent
7b7c8714a3
commit
733444645a
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -16,5 +16,5 @@ clean:
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
mkdir $(CURDIR)/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
|
build/australis autocomplete --filename=build/australis.bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue