补充交叉编译缺失的环境变量

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-05-07 22:01:23 +08:00
parent 78d1775624
commit 0c23e00622
+2 -1
View File
@@ -82,7 +82,8 @@ jobs:
isBackport=backport isBackport=backport
fi fi
export REPO_BRANCH=${{ github.ref_name }} export REPO_BRANCH=${{ github.ref_name }}
bash .github/workflows/configure-building-enviroment-base-system.sh ${{ inputs.arch }} \ env GXDE_ARCH=${{ inputs.arch }} GXDE_CROSS_ARCH=${{ inputs.gxde-cross-arch }} \
bash .github/workflows/configure-building-enviroment-base-system.sh ${{ inputs.arch }} \
${{ inputs.rootfs-codename }} \ ${{ inputs.rootfs-codename }} \
$REPOSITORY \ $REPOSITORY \
https://github.com/$GITHUB_REPOSITORY \ https://github.com/$GITHUB_REPOSITORY \