Remove go-bindata

This commit is contained in:
Manuel de Brito Fontes 2018-05-17 00:18:03 -04:00 committed by Manuel Alejandro de Brito Fontes
parent ee7a63d050
commit 692ab5e53c
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
7 changed files with 62 additions and 649 deletions

View file

@ -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 \