File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : debian-core-13
1+ name : debian-core-12
22
33on :
44 push :
99
1010env :
1111 BRANCH : master
12- GITHUB_ENDPOINT : netbootxyz/debian-core-13
12+ GITHUB_ENDPOINT : netbootxyz/debian-core-12
1313 DISCORD_HOOK_URL : ${{ secrets.DISCORD_HOOK_URL }}
1414 BUILD_TYPE : initrd_patch
1515 DEBIAN_FRONTEND : noninteractive
Original file line number Diff line number Diff line change 1- FROM ghcr.io/netbootxyz/mod-layers:debian-13
1+ FROM ghcr.io/netbootxyz/mod-layers:debian-12
22COPY /root /
33ENTRYPOINT [ "/build.sh" ]
Original file line number Diff line number Diff line change 11endpoints:
2- debian-13 -live-kernel:
3- path: /debian-core-13 /releases/download/REPLACE_RELEASE_NAME/
2+ debian-12 -live-kernel:
3+ path: /debian-core-12 /releases/download/REPLACE_RELEASE_NAME/
44 files:
55 - initrd
66 - vmlinuz
77 os: "debian"
8- version: "13 "
8+ version: "12 "
Original file line number Diff line number Diff line change 1- URL=" https://cdimage.debian.org/debian-cd/13.0.0 -live/amd64/iso-hybrid/debian-live-REPLACE_VERSION-amd64-standard.iso"
1+ URL=" https://cdimage.debian.org/debian-cd/current -live/amd64/iso-hybrid/debian-live-REPLACE_VERSION-amd64-standard.iso"
22TYPE=file
33CONTENTS=" \
44live/initrd.img|initrd
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3- VERSION=$( curl -sfL https://cdimage.debian.org/debian-cd/13.0.0 -live/amd64/iso-hybrid/SHA256SUMS | grep ' standard.iso' | grep -Po " (\d+\.)+\d+" | head -n1)
3+ VERSION=$( curl -sfL https://cdimage.debian.org/debian-cd/current -live/amd64/iso-hybrid/SHA256SUMS | grep ' standard.iso' | grep -Po " (\d+\.)+\d+" | head -n1)
44echo " ${VERSION} "
You can’t perform that action at this time.
0 commit comments