Browse Source

Merge pull request #329 from oleorhagen/cherry-rpi-2021-1

Bump the image used in the gitlab-ci tests to raspios-2021-01-11
2.3.x 2.3.1
oleorhagen 4 years ago
committed by GitHub
parent
commit
5a7baef8f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -9,8 +9,8 @@ variables:
MENDER_ADDON_CONNECT_VERSION: latest
# 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-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip
RASPBIAN_NAME: 2020-05-27-raspios-buster-lite-armhf
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
DEBIAN_FRONTEND: noninteractive

Loading…
Cancel
Save