update to the latest debian image and disabling legacy build

This commit is contained in:
Léo Haf 2025-02-27 15:27:59 +01:00 committed by GitHub
parent cfa6127c9a
commit 89b2fed4a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ concurrency:
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: ['dev', 'v1.10', 'bitcoin-knots'] branches: ['dev', 'v1.10']
paths: paths:
- 'build_sdcard.sh' - 'build_sdcard.sh'
- 'home.admin/bitcoin.install.sh' - 'home.admin/bitcoin.install.sh'

View File

@ -1,4 +1,4 @@
variable "iso_name" { default = "debian-12.8.0-amd64-netinst.iso" } variable "iso_name" { default = "debian-12.9.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "04396d12b0f377958a070c38a923c227832fa3b3e18ddc013936ecf492e9fbb3" } variable "iso_checksum" { default = "04396d12b0f377958a070c38a923c227832fa3b3e18ddc013936ecf492e9fbb3" }
variable "pack" { default = "lean" } variable "pack" { default = "lean" }