List i686 as supported arch
This commit is contained in:
parent
723d862a0c
commit
15a79f5f84
|
@ -1,7 +1,7 @@
|
||||||
-include .config
|
-include .config
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
## Architecture to build Redox for (aarch64 or x86_64)
|
## Architecture to build Redox for (aarch64, i686, or x86_64)
|
||||||
ARCH?=x86_64
|
ARCH?=x86_64
|
||||||
## Flags to pass to the installer (empty to download binary packages)
|
## Flags to pass to the installer (empty to download binary packages)
|
||||||
INSTALLER_FLAGS?=--cookbook=cookbook
|
INSTALLER_FLAGS?=--cookbook=cookbook
|
||||||
|
|
Loading…
Reference in a new issue