From ec820359cc684315b291771ff328de5c11fc2652 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@beagleboard.org> Date: Mon, 3 Jul 2023 13:19:59 -0400 Subject: [PATCH] ci: .gitlab-ci.yml back to rpi's --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37e3e524..7a2cb6b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ cache: pages: tags: - - docker-amd64 + - docker-arm64 script: - "./gitlab-build.sh" artifacts: -- GitLab