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

解决Rockchip平台勾选docker后构建失败的问题。关联...

解决Rockchip平台勾选docker后构建失败的问题。关联 https://github.com/wukongdaily/store/commit/6bbecd642b77eb7ccac933fc9e27aaa8d3338b5c
parent 7d27fe1d
...@@ -128,6 +128,13 @@ jobs: ...@@ -128,6 +128,13 @@ jobs:
fi fi
fi fi
- name: Check Docker
run: |
if [[ "${{ inputs.include_docker }}" == "yes" ]]; then
echo 'CUSTOM_PACKAGES="$CUSTOM_PACKAGES docker"' >> shell/custom-packages.sh
echo "✅ 已为Rockchip平台补充 docker 组件"
fi
- name: Enable Store integration - name: Enable Store integration
run: | run: |
if [ "${{ github.event.inputs.enable_store }}" == "true" ]; then if [ "${{ github.event.inputs.enable_store }}" == "true" ]; then
......
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