From 47f342bfcbc44d97f123f23cfcc67b9651d2ce3e Mon Sep 17 00:00:00 2001 From: Aelin Date: Tue, 13 Jan 2026 03:05:32 +0100 Subject: [PATCH] ci: Use base image from Alpine container registry Docker does not support loongarch64 for official images yet. Alpine publishes images for all architectures on their registry, so just use that instead. See also https://gitlab.alpinelinux.org/alpine/docker-abuild/-/merge_requests/71 Part-of: --- .ci/build-jobs.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index e0f1c1a9c..04bce554f 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -1,4 +1,4 @@ -image: alpine:latest +image: registry.alpinelinux.org/img/alpine:latest stages: - build - hardware tests