CI: Use byzantium as the base

Bookworm diverged from Byzantium, leading to incompatible dependencies.
This commit is contained in:
Dorota Czaplejewicz
2022-01-24 19:12:49 +00:00
parent 21ecbb3ef3
commit 506df8cf15

View File

@ -1,4 +1,4 @@
image: $CI_REGISTRY/world/phosh/phosh/debian:v0.0.20211208
image: pureos/byzantium
stages:
- build
@ -53,7 +53,7 @@ build_deb:
- cp ../*.deb .
build_deb:arm64:
image: debian:bookworm
image: pureos/byzantium
tags:
- aarch64
stage: build