File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ services:
77
88env :
99 global :
10- - BRANCH="ubuntu-default -20.04"
10+ - BRANCH="kubuntu -20.04"
1111 - GITHUB_ENDPOINT="netbootxyz/ubuntu-squash"
1212 - DEBIAN_FRONTEND="noninteractive"
1313 - BUILD_TYPE="initrd_patch"
1414
1515branches :
1616 only :
17- - ' ubuntu-default -20.04'
17+ - ' kubuntu -20.04'
1818if : type != pull_request AND tag IS blank
1919script :
2020 - |
21- export EXTERNAL_VERSION=$(curl -sL http://releases .ubuntu.com/focal/ MD5SUMS | awk -F '(ubuntu -|-desktop-amd6)' '/-desktop-amd6/ {print $2}')
21+ export EXTERNAL_VERSION=$(curl -sL http://cdimage .ubuntu.com/kubuntu/releases/20.04/release/ MD5SUMS | awk -F '(kubuntu -|-desktop-amd6)' '/-desktop-amd6/ {print $2}')
2222 - wget https://raw.githubusercontent.com/netbootxyz/build-pipelines/master/build.sh && chmod +x build.sh
2323 - git config --local user.name $GIT_USERNAME
2424 - git config --local user.email $GIT_EMAIL
Original file line number Diff line number Diff line change 11endpoints:
2- ubuntu-20.04-default -squash:
2+ ubuntu-20.04-KDE -squash:
33 path: /ubuntu-squash/releases/download/REPLACE_RELEASE_NAME/
44 files:
55 - filesystem.squashfs
66 - initrd
77 - vmlinuz
88 os: "ubuntu"
99 version: "20.04"
10- flavor: "GNOME "
11- kernel: "ubuntu-20.04-default -squash"
10+ flavor: "KDE "
11+ kernel: "ubuntu-20.04-KDE -squash"
Original file line number Diff line number Diff line change 1- URL=" https ://releases .ubuntu.com/20.04/ubuntu -20.04-desktop-amd64.iso"
1+ URL=" http ://cdimage .ubuntu.com/kubuntu/releases/ 20.04/release/kubuntu -20.04-desktop-amd64.iso"
22TYPE=file
33CONTENTS=" \
44casper/vmlinuz|vmlinuz
You can’t perform that action at this time.
0 commit comments