Unverified Commit 721b0099 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update multitarget-arm.yml

parent 253c1d9f
...@@ -21,10 +21,7 @@ jobs: ...@@ -21,10 +21,7 @@ jobs:
- name: Setup Docker and Build - name: Setup Docker and Build
run: | run: |
# 解析输入的 PROFILE 参数,将其拆分成数组
profiles=(${GITHUB_EVENT_INPUTS_PROFILE//,/ }) profiles=(${GITHUB_EVENT_INPUTS_PROFILE//,/ })
# 遍历所有的 profile 并传递给 Docker
for profile in "${profiles[@]}"; do for profile in "${profiles[@]}"; do
echo "Building for profile: $profile" echo "Building for profile: $profile"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment