go need to be verbose
This commit is contained in:
parent
83a3ddf9c2
commit
420d3d8f09
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ all:
|
||||||
@cp target/release/webhook build/bin
|
@cp target/release/webhook build/bin
|
||||||
|
|
||||||
# Builds go
|
# Builds go
|
||||||
go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
|
go build -a -x -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
|
||||||
|
|
||||||
docker-images:
|
docker-images:
|
||||||
docker-compose build
|
docker-compose build
|
||||||
|
|
Loading…
Reference in a new issue