Remove go-bindata
This commit is contained in:
parent
ee7a63d050
commit
692ab5e53c
7 changed files with 62 additions and 649 deletions
5
Makefile
5
Makefile
|
|
@ -135,11 +135,6 @@ endif
|
|||
clean:
|
||||
$(DOCKER) rmi -f $(MULTI_ARCH_IMG):$(TAG) || true
|
||||
|
||||
.PHONE: code-generator
|
||||
code-generator:
|
||||
@go-bindata -version || go get -u github.com/jteeuwen/go-bindata/...
|
||||
go-bindata -nometadata -o internal/file/bindata.go -prefix="rootfs" -pkg=file -ignore=Dockerfile -ignore=".DS_Store" rootfs/...
|
||||
|
||||
.PHONY: build
|
||||
build: clean
|
||||
CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} go build -a -installsuffix cgo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue