diff options
-rw-r--r-- | templates/cgi/debian-official/form.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 1db85b89a..fe2dd272c 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -96,6 +96,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> 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> |