From a203928844d458169d77c0960c93e9d7e7b551a0 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Thu, 20 Jan 2022 12:17:22 +0100 Subject: [PATCH] Bump Raspbian to 2021-10-30-raspios-bullseye Changelog: None Signed-off-by: Ole Petter --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8805368..25846af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ variables: # Make sure to update the link in mender-docs to the new one when changing # this. - RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-lite.zip - RASPBIAN_NAME: 2021-01-11-raspios-buster-armhf-lite + RASPBIAN_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf-lite.zip" + RASPBIAN_NAME: 2021-10-30-raspios-bullseye-armhf-lite # Which version of mender-convert to use in published image name. Normally # empty, in which case the branch or tag name will be used, but this variable