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:
parent
c5bc9a0a72
commit
4e97050cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
image: alpine:latest
|
||||
image: registry.alpinelinux.org/img/alpine:3.23
|
||||
stages:
|
||||
- build
|
||||
- hardware tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue