mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 08:41:02 +00:00
fbsql build
This commit is contained in:
parent
9c0d8d7ff4
commit
039420485f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -123,7 +123,7 @@ build:
|
|||
|
||||
package:
|
||||
GOOS=$(GOOS) GOARCH=$(GOARCH) $(MAKE) build
|
||||
GOOS=$(GOOS) GOARCH=$(GOARCH) $(MAKE) build-fbsql
|
||||
GOOS=$(GOOS) GOARCH=$(GOARCH) $(MAKE) docker-build-fbsql
|
||||
GOARCH=$(GOARCH) VERSION=$(VERSION) nfpm package --packager deb --target featurebase.$(VERSION).$(GOARCH).deb
|
||||
GOARCH=$(GOARCH) VERSION=$(VERSION) nfpm package --packager rpm --target featurebase.$(VERSION).$(GOARCH).rpm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue