[Android] Fix VLC 4 CI job by using the right docker image

Nicolas Pomepuy git at videolan.org
Thu Jan 5 18:20:09 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jan  5 16:55:19 2023 +0100| [9fdea53bc2537b9d5c3ab083f938aac6a46710bb] | committer: Nicolas Pomepuy

Fix VLC 4 CI job by using the right docker image

> https://code.videolan.org/videolan/vlc-android/commit/9fdea53bc2537b9d5c3ab083f938aac6a46710bb
---

 buildsystem/gitlab/.gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index cb137295d3..8698a2348f 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -194,6 +194,7 @@ nightly-x86_64:
 # Weekly builds: build native & app code, and ship the APK as artifact for vlc4
 nightly-arm64-v4:
     extends: .build-all-base
+    image: registry.videolan.org/vlc-debian-android:20220811103057
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 == "true"'
     variables:
@@ -206,6 +207,7 @@ nightly-arm64-v4:
 
 nightly-armv7-v4:
     extends: .build-all-base
+    image: registry.videolan.org/vlc-debian-android:20220811103057
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 == "true"'
     variables:
@@ -218,6 +220,7 @@ nightly-armv7-v4:
 
 nightly-x86-v4:
     extends: .build-all-base
+    image: registry.videolan.org/vlc-debian-android:20220811103057
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 == "true"'
     variables:
@@ -230,6 +233,7 @@ nightly-x86-v4:
 
 nightly-x86_64-v4:
     extends: .build-all-base
+    image: registry.videolan.org/vlc-debian-android:20220811103057
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 == "true"'
     variables:



More information about the Android mailing list