--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54393a7..5413e87 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifndef TASK TASK=Debian-generic endif ifndef MKISOFS -ifneq (,$(filter i386 amd64,$(ARCHES))) +ifneq (,$(filter i386 arm64 amd64,$(ARCHES))) export MKISOFS=xorriso export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1 else -- 2.1.0
-- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1412416138-17077-1-git-send-email-...@debian.org