Use custom inintramfs script
This commit is contained in:
@@ -20,18 +20,11 @@ build-image:
|
||||
- docker:dind
|
||||
parallel:
|
||||
matrix:
|
||||
- RECIPE:
|
||||
- jp-desktop-nvidia.yml
|
||||
- jp-laptop.yml
|
||||
BB_BUILD_RECHUNK:
|
||||
- "true"
|
||||
- RECIPE:
|
||||
- cp-laptop.yml
|
||||
- jp-truenas.yml
|
||||
BB_BUILD_RECHUNK:
|
||||
- "true"
|
||||
BB_BUILD_RECHUNK_CLEAR_PLAN:
|
||||
- "true"
|
||||
- jp-desktop-nvidia.yml
|
||||
- jp-laptop.yml
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: /certs
|
||||
@@ -39,6 +32,8 @@ build-image:
|
||||
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
|
||||
RUST_LOG_STYLE: always
|
||||
CLICOLOR_FORCE: 1
|
||||
BB_BUILD_RECHUNK: "true"
|
||||
BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
|
||||
before_script:
|
||||
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
|
||||
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||
|
||||
Reference in New Issue
Block a user