Skip to content

Commit

Permalink
fix archive command
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmckelvie committed Jul 9, 2020
1 parent 983951a commit 0110038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0110038

Please sign in to comment.