From b9462e1cf86e3cf538594935f71a75c9e3b9152b Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 22 Mar 2021 19:23:17 -0700 Subject: [PATCH] tcmu-runner: add arm64 Signed-off-by: Dan Mick --- tcmu-runner/config/definitions/tcmu-runner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcmu-runner/config/definitions/tcmu-runner.yml b/tcmu-runner/config/definitions/tcmu-runner.yml index a93b3406f..728936781 100644 --- a/tcmu-runner/config/definitions/tcmu-runner.yml +++ b/tcmu-runner/config/definitions/tcmu-runner.yml @@ -29,8 +29,8 @@ - string: name: ARCHS - description: "A list of architectures to build for. Available options are: x86_64" - default: "x86_64" + description: "A list of architectures to build for. Available options are: x86_64 arm64" + default: "x86_64 arm64" - bool: name: FORCE -- 2.47.3