尝试加入交叉编译支持

This commit is contained in:
2025-01-23 12:33:56 +08:00
parent e53b5c23e3
commit 4efd4d40af
4 changed files with 558 additions and 11 deletions
@@ -60,7 +60,7 @@ sudo mv $bottlePath/$(basename $3)/.github/workflows/* $bottlePath/$(basename $4
# 修改版本号
#sudo sed -i "s/) UNRELEASED; urgency=medium/~$2) UNRELEASED; urgency=medium/g" $bottlePath/deep-wine-runner-qemu-system/debian/changelog
if [[ $2 == "loongnix" ]]; then
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh erliang
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei
else
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh
fi