Skip to content
Snippets Groups Projects
Commit ad70f564 authored by Bob Mottram's avatar Bob Mottram
Browse files

then

parent 7b00e3f2
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ IMAGE = $(NAME).img
ARCHIVE = $(IMAGE).xz
SIGNATURE = $(ARCHIVE).sig
OWNER = 1000
if [ ! "$CONTINUOUS_INTEGRATION" ];
if [ ! "$CONTINUOUS_INTEGRATION" ]; then
XZ = xz --no-warn --verbose --keep --threads=0 -3
SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment