Browse Source

Revert upgrade of RaspiOS base image

Cancel-changelog: d72261dfc2
Changelog: Update mender-artifact to 3.4.0

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
revert-252-rm-only-tag-2.2.x
Lluis Campos 5 years ago
parent
commit
8c8f0cf9c4
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -8,8 +8,8 @@ variables:
MENDER_CLIENT_VERSION: 2.4.0-build2
# Make sure to update the link in mender-docs to the new one when changing
# this.
RASPBIAN_URL: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-08-24/2020-08-20-raspios-buster-armhf-lite.zip
RASPBIAN_NAME: 2020-08-20-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
MENDER_IMAGE_TESTS_REV: master
DEBIAN_FRONTEND: noninteractive

Loading…
Cancel
Save