From 0110038ac03fd2c139c0c54675a04b88a123d923 Mon Sep 17 00:00:00 2001 From: Ross McKelvie Date: Thu, 9 Jul 2020 00:08:33 -0500 Subject: [PATCH] fix archive command --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28105f4..e0047a5 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,5 @@ build: docker archive: - zip -jrX9 aprs-pigate-${GIT_HASH}.zip output-arm-image/aprs-pigate.img + mv aprs-pigate.img aprs-pigate-${GIT_HASH}.img + zip -jrX aprs-pigate-${GIT_HASH}.zip aprs-pigate-${GIT_HASH}.img