mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
don't need statik installed locally either
This commit is contained in:
parent
40ffa899c9
commit
59a4f26b03
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -205,7 +205,7 @@ docker-tag-push: vendor
|
|||
docker push $(DOCKER_TARGET)
|
||||
@echo Pushed docker image: $(DOCKER_TARGET)
|
||||
|
||||
docker-release: check-clean lattice require-statik
|
||||
docker-release: check-clean lattice
|
||||
$(MAKE) docker-build GOOS=linux GOARCH=amd64
|
||||
$(MAKE) docker-build GOOS=darwin GOARCH=amd64
|
||||
$(MAKE) docker-build GOOS=darwin GOARCH=arm64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue