From ec835cc600c4177211df81181a70e2b03f4365d4 Mon Sep 17 00:00:00 2001 From: Anupam Basak <anupam.basak27@gmail.com> Date: Tue, 31 Jan 2023 12:53:50 +0530 Subject: [PATCH] Download prebuilt base image from zynthbox repos --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6804827..4238e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ build-zynthbox-image-armhf: # Download prebuilt realtime kernel - echo "# Download prebuilt realtime kernel" # - wget "http://unofficialpi.org/Distros/RealtimePi/2021-06-15_2021-05-07-realtimepi-buster-armhf-lite-0.5.0.zip" -P ./ZynthianOS/src/image - - wget "https://pub.zynthbox.io/.ci-build-dependency-downloads/2023-01-11_2020-02-13-realtimepi-buster-armhf-lite-0.6.0.zip" -P ./ZynthianOS/src/image + - wget "https://github.com/zynthbox/dependencies/releases/download/v0.5/2023-01-11_2020-02-13-realtimepi-buster-armhf-lite-kernel_5.15.65-llat-v7l+_0.6.0.zip" -P ./ZynthianOS/src/image # Build rpi4 image - echo "# Build rpi4 image" -- GitLab