pull/443/head
hunterlong 2020-03-20 00:05:12 -07:00
parent 9351a59b48
commit a9ba90d206
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ docker-build-latest:
docker tag statping/statping:latest statping/statping:v${VERSION}
# compress built binaries into tar.gz and zip formats
compress: download-key
compress:
cd build && mv alpine-linux-amd64 $(BINARY_NAME)
cd build && gpg --default-key $(SIGN_KEY) --batch --detach-sign --output statping.asc --armor $(BINARY_NAME)
cd build && tar -czvf $(BINARY_NAME)-linux-alpine.tar.gz $(BINARY_NAME) statping.asc && rm -f $(BINARY_NAME) statping.asc