mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
fix dockerbuild
This commit is contained in:
parent
1992815b41
commit
557b3fd50d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ build:
|
|||
cp src/gossa.go gossa.go
|
||||
make -C gossa-ui/
|
||||
go vet && go fmt
|
||||
CGO_ENABLED=0 go build
|
||||
CGO_ENABLED=0 go build -o gossa
|
||||
rm gossa.go
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in a new issue