github: action调整

This commit is contained in:
CDCDDCDC
2025-09-18 15:31:19 +08:00
parent 65619885cc
commit 2e820d47d9

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
arch: [amd64, arm64]
max-parallel: 1 # 最大并行数 这样amd和arm的打包不会互相影响
max-parallel: 1 # 最大并行数 这样amd和arm的打包不会互相影响
steps:
- name: Checkout