This commit is contained in:
砼砼 2022-04-13 09:29:02 +08:00
parent e26d86a9ec
commit 7fb256a3bc
No known key found for this signature in database
GPG Key ID: 3FDE30A50EA2CCEA
2 changed files with 1 additions and 2 deletions

View File

@ -132,7 +132,7 @@ jobs:
echo 'see https://github.com/jumkey/redpill-load/blob/develop/redpill-dtb/README.md'
- name: 预处理PAT
if: matrix.version == '7.1.0-42661' && matrix.platform == 'ds3615xs' || matrix.platform == 'ds3617xs'
if: endsWith(matrix.version, '42661') && startsWith(matrix.platform, 'ds361')
run: |
sed -i 's/debian:8-slim/debian:10-slim/g' global_config.json
./redpill_tool_chain.sh build ${{matrix.platform}}-${{matrix.version}}

View File

@ -1,7 +1,6 @@
# RedPill Tool Chain
[![构建](https://github.com/tossp/redpill-tool-chain/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/tossp/redpill-tool-chain/actions/workflows/test.yml)
[![构建DSM7.1](https://github.com/tossp/redpill-tool-chain/actions/workflows/pat.yaml/badge.svg?branch=master)](https://github.com/tossp/redpill-tool-chain/actions/workflows/pat.yaml)
这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请**谨慎使用**。