Use custom inintramfs script

This commit is contained in:
Gerald Pinder
2024-12-15 12:04:35 -05:00
parent 6897d9feaa
commit 65bf2ef09f
3 changed files with 9 additions and 12 deletions

View File

@@ -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)