1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

issue: added architecture as dropdown

This commit is contained in:
DerLinkman 2024-01-23 08:46:06 +01:00
parent cb978136bd
commit deb6f0babc
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -62,6 +62,16 @@ body:
- nightly - nightly
validations: validations:
required: true required: true
- type: dropdown
attributes:
label: "Which architecture are you using?"
description: "#### `uname -m`"
multiple: false
options:
- x86
- ARM64 (aarch64)
validations:
required: true
- type: input - type: input
attributes: attributes:
label: "Operating System:" label: "Operating System:"