fossasia / meilix-generator

WebApp for generating a custom ISO image based on Meilix http://meilix.org
GNU Lesser General Public License v3.0
1.53k stars 113 forks source link

Currently the meilix build fails when triggered by the webapp, if the 32bit support is not chosen #417

Closed pranav1698 closed 5 years ago

pranav1698 commented 5 years ago

I'm submitting a ... (check one with "x")

Actual Behaviour The meilix builds fails when triggered by the webapp, if the 32bit support is not chosen because the value of processor variable that is being sent to the build server is empty.

Expected Behaviour The build should run even if the 32bit support is not chosen, The simplest solution would be setting the value of processor to amd64

Steps to reproduce it Use the webapp to trigger a build without chosing the 32bit support

Related code: processor = amd64

Would you like to work on the issue? Yes