From f62eff47ae40f65e84e55fc1c51a14bd016a9fbf Mon Sep 17 00:00:00 2001 From: Steve Lhomme <robux4@ycbcr.xyz> Date: Wed, 6 Oct 2021 16:50:32 +0200 Subject: [PATCH] CI: update snap/raspberry images The previous ones had outdated certificates. They can no longer build contribs. --- extras/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml index a80d44869ac9..ab90dd3a7d71 100644 --- a/extras/ci/gitlab-ci.yml +++ b/extras/ci/gitlab-ci.yml @@ -19,8 +19,8 @@ variables: VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20201201150955 VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20210803114245 VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20210730131708 - VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20210611174203 - VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-debian-raspbian:20200213203125 + VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20211006143413 + VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20211006142322 VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20210915101305 .variables-debian: &variables-debian -- GitLab