From 93a65ed1b9efe6dd6116c233f8fd9082d8c732ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 24 Feb 2023 15:15:50 +0100 Subject: [PATCH] Update bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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?