mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 16:36:47 +00:00
Fix publish Makefile target
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
8159fb88b7
commit
ecee5d6eed
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ export GO111MODULE=on
|
|||||||
all: test dist hashgen
|
all: test dist hashgen
|
||||||
|
|
||||||
.PHONY: publish
|
.PHONY: publish
|
||||||
all: dist hashgen
|
publish: dist hashgen
|
||||||
|
|
||||||
local:
|
local:
|
||||||
CGO_ENABLED=0 GOOS=linux go build -mod=vendor -o bin/faasd
|
CGO_ENABLED=0 GOOS=linux go build -mod=vendor -o bin/faasd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user