Merge pull request #167 from seemethere/suffix
Merged with https://github.com/seemethere/unir Upstream-commit: 080c2c5b30b2f1cd5997b1e03fd04d7ef1aebdd1 Component: packaging
This commit is contained in:
@@ -8,7 +8,8 @@ VERSION?=0.0.0-dev
|
||||
GO_BASE_IMAGE=golang
|
||||
GO_VERSION:=1.10.3
|
||||
GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION)
|
||||
DEB_VERSION=$(shell ./gen-deb-ver $(CLI_DIR) "$(VERSION)")
|
||||
SUFFIX=ce
|
||||
DEB_VERSION?=$(shell SUFFIX=$(SUFFIX) ./gen-deb-ver $(CLI_DIR) "$(VERSION)")
|
||||
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
|
||||
EPOCH?=2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user