Skip to content
Snippets Groups Projects
Commit 5c231991 authored by Bob Mottram's avatar Bob Mottram
Browse files

i686 architecture

parent d59fc547
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment