Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-04-18 21:23:49 -07:00
parent 2c7c69ae8b
commit cda735d481
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -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))