Browse Source
Update to new Raspios image of 2021-02-11.
Changelog: none
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.2.x
Kristian Amlie
4 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
2 additions and
2 deletions
-
.gitlab-ci.yml
|
|
@ -8,8 +8,8 @@ variables: |
|
|
|
MENDER_CLIENT_VERSION: latest |
|
|
|
# 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-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 |
|
|
|
|
|
|
|