i686 architecture

This commit is contained in:
Bob Mottram 2016-09-06 13:49:06 +01:00
parent d59fc54706
commit 5c231991ac
2 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

@ -155,6 +155,17 @@ i386: prep
$(SIGN)
@echo "Build complete."
# build an i686 image
i686: prep
$(eval ARCHITECTURE = i686)
$(eval MACHINE = all)
$(MAKE_IMAGE)
@rm -f $(ARCHIVE)
$(XZ) $(IMAGE)
@echo ""
$(SIGN)
@echo "Build complete."
# build an amd64 image
amd64: prep
$(eval ARCHITECTURE = amd64)