Sync firmware changes (#32)

This commit is contained in:
viktorxda
2024-10-25 23:36:47 +02:00
committed by GitHub
parent 67476cd33d
commit 5fcb9a01a1
73 changed files with 1746 additions and 5355 deletions

View File

@@ -86,10 +86,6 @@ jobs:
run: |
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
echo CACHE_DATE=$(date +%m) >> ${GITHUB_ENV}
git clone https://github.com/openipc/firmware --depth 1
- name: Dispatch platform
run: |
INPUT=${{inputs.platform}}
MATRIX=$(echo ${{matrix.platform}} | cut -d_ -f1)
if [ -z ${INPUT} ] || [ ${INPUT} = ${MATRIX} ]; then