CI: Use byzantium as the base
Bookworm diverged from Byzantium, leading to incompatible dependencies.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
image: $CI_REGISTRY/world/phosh/phosh/debian:v0.0.20211208
|
image: pureos/byzantium
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -53,7 +53,7 @@ build_deb:
|
|||||||
- cp ../*.deb .
|
- cp ../*.deb .
|
||||||
|
|
||||||
build_deb:arm64:
|
build_deb:arm64:
|
||||||
image: debian:bookworm
|
image: pureos/byzantium
|
||||||
tags:
|
tags:
|
||||||
- aarch64
|
- aarch64
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user