Resolution for bug number 417
Bug 417 - 32 Bit ISO builds are failing.
https://bugs.hamaralinux.org/show_bug.cgi?id=417
What was wrong?: the 32 bit ISO's were failing.
What was causing the issue? : the 32 bit architecture chroot was not getting created while debbotstrap was running. Instead a 64 bit chroot was getting created. More details on bugzilla
How the issue was resolved: a separate flag telling lb config to make configuration for i386 architecture
is added.
Tested: Yes, Works as expected.