mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:26:37 +08:00
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
display-name: loong64-meimei
|
display-name: loong64-meimei
|
||||||
arch: loong64
|
arch: loong64
|
||||||
rootfs-codename: loongnix-stable
|
rootfs-codename: trixie
|
||||||
rootfs-source: https://pkg.loongnix.cn/loongnix/25
|
rootfs-source: http://loong13.debian.net/debian-loong64/
|
||||||
gxde-codename: meimei
|
gxde-codename: meimei
|
||||||
gxde-codename-upload: meimei
|
gxde-codename-upload: meimei
|
||||||
|
|||||||
@@ -58,17 +58,6 @@ jobs:
|
|||||||
gxde-codename-upload: zhuangzhuang
|
gxde-codename-upload: zhuangzhuang
|
||||||
gxde-cross-arch: arm64
|
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:
|
call-riscv64-zhuangzhuang:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -35,9 +35,13 @@ apt install -f -y
|
|||||||
apt install debian-ports-archive-keyring debian-archive-keyring -y
|
apt install debian-ports-archive-keyring debian-archive-keyring -y
|
||||||
if [[ -f /sources-list/sources-$1.list ]]; then
|
if [[ -f /sources-list/sources-$1.list ]]; then
|
||||||
if [[ $(dpkg --print-architecture) == "riscv64" ]]; 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
|
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
|
||||||
fi
|
fi
|
||||||
for i in {1..8};
|
for i in {1..8};
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user