Browse Source

Revert "Update to new Raspios image of 2021-02-11."

This reverts commit 82f9f85fdb.

Seems like we are having issues with this image on RPi 4. Revert for now
and follow-up independently of the release.

Changelog: None

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2.3.x
Lluis Campos 4 years ago
parent
commit
14f73330fe
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -10,8 +10,8 @@ variables:
MENDER_ADDON_CONNECT_VERSION: 1.0.0-build2
# 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: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip
RASPBIAN_NAME: 2020-05-27-raspios-buster-lite-armhf
DEBIAN_FRONTEND: noninteractive

Loading…
Cancel
Save