From 008ec13dedc3a59c86d89dddbd34bf91bea63d9c Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 14 Jun 2024 10:50:53 +0000 Subject: [PATCH] add 32 bit architecture to the loaded builds --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f7aaf2e8..c47c511b 100644 --- a/Makefile +++ b/Makefile @@ -56,10 +56,14 @@ devarmopb: python3 ${PY_PATH}/build_iso.py set e-openbox b-devarm ## loaded isos -debloadxf: +deb64loadxf: python3 ${PY_PATH}/build_iso.py set e-loadxf b-deb64 -devloadxf: +dev64loadxf: python3 ${PY_PATH}/build_iso.py set e-loadxf b-dev64 +deb32loadxf: + python3 ${PY_PATH}/build_iso.py set e-loadxf b-deb32 +dev32loadxf: + python3 ${PY_PATH}/build_iso.py set e-loadxf b-dev32 ## server isos debserver: