Files
raspiblitz/.gitlab-ci.yml
/rootzoll 39fd3344ce #4324 New Drive Layout: Boot NVMe, Proxmox & OldLaptop (#4997)
Big refactor based on #4324 introducing a new drive layout - adding optimizations for Proxmox and old laptop drive layout . Also making it possible to boot from NVMe. Replacing blitz.datadrive.sh with blitz.data.sh - icluding the possibility to migrate an old ssd/nvme to a bigger one (copying complete data and blockchain). Lots of smaller changes.
2025-05-15 13:04:22 +02:00

13 lines
200 B
YAML

image: hashicorp/packer:light
stages:
- build
build_debian:
stage: build
script:
- cd ci/amd64/debian
- packer init .
- packer build build.amd64-debian.pkr.hcl
tags:
- packer