mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:36:38 +08:00
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
display-name: loong64-meimei
|
display-name: loong64-meimei
|
||||||
arch: loong64
|
arch: loong64
|
||||||
rootfs-codename: loongnix
|
rootfs-codename: loongnix-stable
|
||||||
rootfs-source: https://pkg.loongnix.cn/loongnix/25
|
rootfs-source: https://pkg.loongnix.cn/loongnix/25
|
||||||
gxde-codename: meimei
|
gxde-codename: meimei
|
||||||
gxde-codename-upload: meimei
|
gxde-codename-upload: meimei
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ jobs:
|
|||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
call-meimei:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-meimei.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
call-hetao:
|
call-hetao:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ function useDebianPort() {
|
|||||||
sudo cp /usr/share/keyrings/debian-archive-keyring.gpg /usr/share/keyrings/debian-ports-archive-keyring.gpg -v
|
sudo cp /usr/share/keyrings/debian-archive-keyring.gpg /usr/share/keyrings/debian-ports-archive-keyring.gpg -v
|
||||||
}
|
}
|
||||||
function useLoongnix() {
|
function useLoongnix() {
|
||||||
sudo cp .github/workflows/loongnix /usr/share/debootstrap/scripts/ -v
|
sudo cp .github/workflows/loongnix-stable /usr/share/debootstrap/scripts/ -v
|
||||||
}
|
}
|
||||||
function useDeepin25() {
|
function useDeepin25() {
|
||||||
sudo cp .github/workflows/crimson /usr/share/debootstrap/scripts/ -v
|
sudo cp .github/workflows/crimson /usr/share/debootstrap/scripts/ -v
|
||||||
@@ -29,7 +29,7 @@ bottlePath=./system-bottle
|
|||||||
if [[ $2 == "beige" ]]; then
|
if [[ $2 == "beige" ]]; then
|
||||||
getd23debootstrap
|
getd23debootstrap
|
||||||
else
|
else
|
||||||
if [[ $1 == "loong64" ]] && [[ $2 != "loongnix" ]]; then
|
if [[ $1 == "loong64" ]] && [[ $2 != "loongnix-stable" ]]; then
|
||||||
useDebianPort
|
useDebianPort
|
||||||
else
|
else
|
||||||
useLoongnix
|
useLoongnix
|
||||||
@@ -79,7 +79,7 @@ case $2 in
|
|||||||
"sid")
|
"sid")
|
||||||
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang
|
||||||
;;
|
;;
|
||||||
"loongnix")
|
"loongnix-stable")
|
||||||
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei
|
||||||
;;
|
;;
|
||||||
"crimson")
|
"crimson")
|
||||||
|
|||||||
Reference in New Issue
Block a user