Skip to content
Snippets Groups Projects

CI: Update images

Merged Matthias Dressel requested to merge another/dav1d-test-data:ci/2024-04 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -24,28 +24,28 @@ stages:
test-debian:
extends: .test-common
image: registry.videolan.org/dav1d-debian-unstable:20231113190023
image: registry.videolan.org/dav1d-debian-unstable:20240406142551
tags:
- docker
- amd64
test-debian-aarch64:
extends: .test-common
image: registry.videolan.org/dav1d-debian-bookworm-aarch64:20231018041418
image: registry.videolan.org/dav1d-debian-bookworm-aarch64:20240401050239
tags:
- docker
- aarch64
test-debian-ppc64le:
extends: .test-common
image: registry.videolan.org/dav1d-debian-unstable-ppc64le:20231020040221
image: registry.videolan.org/dav1d-debian-unstable-ppc64le:20240401050321
tags:
- docker
- ppc64le
test-debian-armv7-clang-5:
extends: .test-common
image: registry.videolan.org/dav1d-debian-bookworm-armv7:20231018042237
image: registry.videolan.org/dav1d-debian-bookworm-armv7:20240401050040
tags:
- docker
- armv7
Loading