diff --git a/.github/workflows/building-deb-meimei.yml b/.github/workflows/building-deb-meimei.yml index e3f4ada..93ef705 100755 --- a/.github/workflows/building-deb-meimei.yml +++ b/.github/workflows/building-deb-meimei.yml @@ -28,7 +28,7 @@ jobs: with: display-name: loong64-meimei arch: loong64 - rootfs-codename: loongnix-stable - rootfs-source: https://pkg.loongnix.cn/loongnix/25 + rootfs-codename: trixie + rootfs-source: http://loong13.debian.net/debian-loong64/ gxde-codename: meimei gxde-codename-upload: meimei diff --git a/.github/workflows/building-deb-zhuangzhuang-cross-host.yml b/.github/workflows/building-deb-zhuangzhuang-cross-host.yml index 3b58af8..baaab27 100644 --- a/.github/workflows/building-deb-zhuangzhuang-cross-host.yml +++ b/.github/workflows/building-deb-zhuangzhuang-cross-host.yml @@ -58,17 +58,6 @@ jobs: gxde-codename-upload: zhuangzhuang gxde-cross-arch: arm64 - call-mips64el-zhuangzhuang: - uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master - secrets: inherit - with: - display-name: mips64el-zhuangzhuang - arch: amd64 - rootfs-codename: sid - rootfs-source: https://snapshot.debian.org/archive/debian/20250809T023713Z/ - gxde-codename: lizhi - gxde-codename-upload: zhuangzhuang - call-riscv64-zhuangzhuang: uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master secrets: inherit diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index b3fbc95..5ef0c34 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -35,9 +35,13 @@ apt install -f -y apt install debian-ports-archive-keyring debian-archive-keyring -y if [[ -f /sources-list/sources-$1.list ]]; then if [[ $(dpkg --print-architecture) == "riscv64" ]]; then - cp /sources-list/sources-$1-without-backport.list /etc/apt/sources.list.d -v + cp /sources-list/sources-$1-without-backport.list /etc/apt/sources.list.d -v else - cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v + if [[ $(dpkg --print-architecture) == "loong64" ]]; then + cp /sources-list/sources-$1-loong64.list /etc/apt/sources.list.d -v + else + cp /sources-list/sources-$1.list /etc/apt/sources.list.d -v + fi fi fi for i in {1..8}; diff --git a/.github/workflows/sources-zhuangzhuang-loong64.list b/.github/workflows/sources-zhuangzhuang-loong64.list new file mode 100644 index 0000000..a377a45 --- /dev/null +++ b/.github/workflows/sources-zhuangzhuang-loong64.list @@ -0,0 +1,16 @@ +deb [trusted=true] http://loong13.debian.net/debian-loong64/ trixie main contrib non-free non-free-firmware +deb [trusted=true] http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware + +# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 +deb https://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware + +deb https://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware + +deb https://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware + +# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 +deb https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware +# deb-src https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware \ No newline at end of file diff --git a/.github/workflows/sources-zhuangzhuang-meimei.list b/.github/workflows/sources-zhuangzhuang-meimei.list new file mode 100644 index 0000000..a377a45 --- /dev/null +++ b/.github/workflows/sources-zhuangzhuang-meimei.list @@ -0,0 +1,16 @@ +deb [trusted=true] http://loong13.debian.net/debian-loong64/ trixie main contrib non-free non-free-firmware +deb [trusted=true] http://loong13.debian.net/debian-loong64-security/ trixie-security main contrib non-free non-free-firmware + +# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 +deb https://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware + +deb https://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware + +deb https://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware + +# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 +deb https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware +# deb-src https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware \ No newline at end of file