add 32 bit architecture to the loaded builds
This commit is contained in:
parent
a3ef4f4744
commit
008ec13ded
8
Makefile
8
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:
|
||||
|
|
Loading…
Reference in New Issue