소스 검색

.gitlab-ci.yml: use Debian 12-based container with fixed 32bit support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 5 달 전
부모
커밋
1efca7f99d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,7 +1,7 @@
 # Configuration for Gitlab-CI.
 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
 
-image: $CI_REGISTRY/buildroot.org/buildroot/base:20250205.1514
+image: $CI_REGISTRY/buildroot.org/buildroot/base:20250218.2110
 
 stages:
   - generate-gitlab-ci