This commit is contained in:
砼砼 2022-03-04 15:59:46 +08:00
parent 5176f4eb4f
commit 1fc05db6e1
No known key found for this signature in database
GPG Key ID: 3FDE30A50EA2CCEA

View File

@ -67,14 +67,20 @@ jobs:
# 添加扩展驱动 # 添加扩展驱动
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json ./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json ./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json
if [ "7.0.1-42218"="${{matrix.version}}" ];then
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-misc/rpext-index.json - name: 添加 jumkey.misc
fi if: endsWith(matrix.version,'42218')
if [ "geminilake"="${{matrix.platform}}" ];then run: |
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-dtb/rpext-index.json ./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-dtb/rpext-index.json
echo '!!!Create your own device tree binary.!!!' echo '!!!Create your own device tree binary.!!!'
echo 'see https://github.com/jumkey/redpill-load/blob/develop/redpill-dtb/README.md' echo 'see https://github.com/jumkey/redpill-load/blob/develop/redpill-dtb/README.md'
fi
- name: 添加 jumkey.dtb
if: matrix.platform == 'geminilake'
run: |
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-dtb/rpext-index.json
echo '!!!Create your own device tree binary.!!!'
echo 'see https://github.com/jumkey/redpill-load/blob/develop/redpill-dtb/README.md'
- name: 编译引导镜像 - name: 编译引导镜像
run: ./redpill_tool_chain.sh auto ${{matrix.platform}}-${{matrix.version}} run: ./redpill_tool_chain.sh auto ${{matrix.platform}}-${{matrix.version}}