CI: build-jobs: Pull from Alpine's registry

Dockerhub does not support loongarch64, but Alpine's registry does. We
need to hardcode the latest stable release here until the latest tag is
made to point at a stable release rather than edge.

Fixes: a0bc3115a9 ("CI: build-jobs: use Alpine stable")
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8353>
This commit is contained in:
Aelin 2026-04-14 05:24:11 +02:00 committed by The Friendly Meow (merge) Bot
parent c5bc9a0a72
commit 4e97050cf4
No known key found for this signature in database

View file

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