mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:16:36 +08:00
126f1cd95e
Signed-off-by: gfdgd_xi <3025613752@qq.com>
32 lines
670 B
YAML
Executable File
32 lines
670 B
YAML
Executable File
name: Building GXDE Testing Package
|
|
run-name: Building ${{ GITHUB.REPOSITORY }}
|
|
|
|
on:
|
|
workflow_call:
|
|
secrets:
|
|
PASSWD:
|
|
required: true
|
|
USERS:
|
|
required: true
|
|
HOST:
|
|
required: true
|
|
UPATH:
|
|
required: true
|
|
UPROGRAM:
|
|
required: true
|
|
UPORT:
|
|
required: true
|
|
|
|
env:
|
|
REPOSITORY: https://github.com/GXDE-OS/GXDE
|
|
BOTTLEPATH: system-bottle
|
|
|
|
jobs:
|
|
call-zhuangzhuang:
|
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang-cross.yml@master
|
|
secrets: inherit
|
|
|
|
call-hetao:
|
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao-cross.yml@master
|
|
secrets: inherit
|