fix: 添加CPU的混合架构识别的相关逻辑

This commit is contained in:
spiritlhl
2025-10-30 09:35:19 +00:00
parent a61b78b568
commit fe96d73877
4 changed files with 323 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
TAG="v0.0.15-$(date +'%Y%m%d%H%M%S')"
TAG="v0.0.16-$(date +'%Y%m%d%H%M%S')"
git tag $TAG
git push origin $TAG
echo "TAG=$TAG" >> $GITHUB_ENV