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: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7738>
This commit is contained in:
Aelin 2026-01-13 03:05:32 +01:00 committed by The Friendly Merge Bot
parent 8820408a8c
commit 47f342bfcb
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
image: alpine:latest
image: registry.alpinelinux.org/img/alpine:latest
stages:
- build
- hardware tests