mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 01:46:42 +01:00
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.
13 lines
200 B
YAML
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 |