mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
update to the latest debian image and disabling legacy build
This commit is contained in:
parent
cfa6127c9a
commit
89b2fed4a4
@ -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'
|
||||||
|
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user