diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c4f7e3be6285..804697122fbb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,10 +18,10 @@ body: - type: dropdown attributes: label: What architecture are you using? - description: Choose the architecture of the host where the containers are executed (AMD by default) + description: Choose the architecture of the host where the containers are executed options: - - AMD - - ARM + - amd64 + - arm64 - type: textarea attributes: label: What steps will reproduce the bug?