diff options
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index aeb014c6b..543f79e9e 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -95,6 +95,7 @@ <td><label for="Architectures">--architectures:</label> </td> <td> <select id="Architectures" name="architectures" size="1"> + <option value="amd64">amd64</option> <option selected value="i386">i386</option> </select> </td> |