From b5eed2cdf7c1097189afc3b3121d7a472c58d7a7 Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 17:23:02 -0400 Subject: [PATCH] More troublshooting May need to register a group runner --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b807ea3..77948e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,10 @@ build:ARM64: script: # Current thinking is to add build the container & tag with both the date # in YYYY-mm-dd-h-m-s format as well as "latest": + - uname -a + - cat /etc/issue + - yum + - apt - apt-get install qemu-user-static - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64