[PATCH 5/8] scripts/ci/setup: Add ppc64le to vars.yml template
Posted by
Lucas Mateus Castro(alqotel)
3 years, 6 months ago
Added ppc64le so that the gitlab-runner.yml could be used to set up
ppc64le runners.
Signed-off-by: Lucas Mateus Castro(alqotel) <lucas.araujo@eldorado.org.br>
---
scripts/ci/setup/vars.yml.template | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/ci/setup/vars.yml.template b/scripts/ci/setup/vars.yml.template
index e48089761f..2c84698b87 100644
--- a/scripts/ci/setup/vars.yml.template
+++ b/scripts/ci/setup/vars.yml.template
@@ -8,5 +8,6 @@ ansible_to_gitlab_arch:
x86_64: amd64
aarch64: arm64
s390x: s390x
+ ppc64le: ppc64le
# A unique token made available by GitLab to your project for registering runners
gitlab_runner_registration_token: PLEASE_PROVIDE_A_VALID_TOKEN
--
2.25.1