Skip to content

Commit 2c46e8d

Browse files
committed
Makefile: add arm64 live isos
1 parent 0039e8e commit 2c46e8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DATECODE:=$(shell date -u "+%Y%m%d")
22
SHELL=/bin/bash
33

4-
T_LIVE_ARCHS=i686 x86_64{,-musl}
4+
T_LIVE_ARCHS=i686 x86_64{,-musl} aarch64{,-musl}
55

66
T_PLATFORMS=rpi-{armv{6,7}l,aarch64}{,-musl} GCP{,-musl} pinebookpro{,-musl}
77
T_ARCHS=i686 x86_64{,-musl} armv{6,7}l{,-musl} aarch64{,-musl}
@@ -13,6 +13,7 @@ T_PXE_ARCHS=x86_64{,-musl}
1313

1414
LIVE_ARCHS:=$(shell echo $(T_LIVE_ARCHS))
1515
LIVE_FLAVORS:=base enlightenment xfce mate cinnamon gnome kde lxde lxqt
16+
LIVE_PLATFORMS:=pinebookpro x13s
1617
ARCHS:=$(shell echo $(T_ARCHS))
1718
PLATFORMS:=$(shell echo $(T_PLATFORMS))
1819
SBC_IMGS:=$(shell echo $(T_SBC_IMGS))
@@ -61,7 +62,7 @@ live-iso-all-print:
6162

6263
void-live-%.iso: mkiso.sh
6364
@[ -n "${CI}" ] && printf "::group::\x1b[32mBuilding $@...\x1b[0m\n" || true
64-
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $*
65+
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P "$(LIVE_PLATFORMS)"
6566
@[ -n "${CI}" ] && printf '::endgroup::\n' || true
6667

6768
rootfs-all: $(ALL_ROOTFS)

0 commit comments

Comments
 (0)