mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
docker-release should not try to build lattice locally
This commit is contained in:
parent
86526dc15d
commit
40ffa899c9
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 generate-statik
|
||||
docker-release: check-clean lattice require-statik
|
||||
$(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