add sig;
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
2c7c69ae8b
commit
cda735d481
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -80,3 +80,10 @@ clean: clean-rootfs
|
||||||
install:
|
install:
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@go install .
|
@go install .
|
||||||
|
|
||||||
|
sign:
|
||||||
|
@echo "+ $@"
|
||||||
|
@gpg --sign --output ./bin/$(notdir $(IMAGE)).sig \
|
||||||
|
--armor --detach-sig \
|
||||||
|
--cipher-algo AES256 --digest-algo SHA256 \
|
||||||
|
./bin/$(notdir $(IMAGE))
|
||||||
|
|
Loading…
Reference in a new issue