From 913d72139b8e743fdc55caf273198e9465282d4b 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:29 +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 b612a2c7cf..89ffc73371 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,10 +19,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?