From d69d54ecd96f03c6b502e1276b5fcc12cf7331c2 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Mon, 16 Jun 2025 22:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4hetao?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/building-deb-hetao.yml | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/workflows/building-deb-hetao.yml b/.github/workflows/building-deb-hetao.yml index d0139f2..d19d8cb 100755 --- a/.github/workflows/building-deb-hetao.yml +++ b/.github/workflows/building-deb-hetao.yml @@ -22,6 +22,28 @@ env: BOTTLEPATH: system-bottle jobs: + call-amd64-hetao: + uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master + secrets: inherit + with: + display-name: amd64-hetao + arch: amd64 + rootfs-codename: crimson + rootfs-source: https://community-packages.deepin.com/deepin/beige/ + gxde-codename: hetao + gxde-codename-upload: hetao + + call-arm64-hetao: + uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master + secrets: inherit + with: + display-name: arm64-hetao + arch: arm64 + rootfs-codename: crimson + rootfs-source: https://community-packages.deepin.com/deepin/beige/ + gxde-codename: hetao + gxde-codename-upload: hetao + call-loong64-hetao: uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master secrets: inherit @@ -32,3 +54,14 @@ jobs: rootfs-source: https://community-packages.deepin.com/deepin/beige/ gxde-codename: hetao gxde-codename-upload: hetao + + call-riscv64-hetao: + uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master + secrets: inherit + with: + display-name: riscv64-hetao + arch: riscv64 + rootfs-codename: crimson + rootfs-source: https://community-packages.deepin.com/deepin/beige/ + gxde-codename: hetao + gxde-codename-upload: hetao