fix ci
This commit is contained in:
parent
bd1b676d6c
commit
65d6747584
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -88,28 +88,28 @@ jobs:
|
|||||||
cp packages/all/*.ipk ib/packages/
|
cp packages/all/*.ipk ib/packages/
|
||||||
mkdir -p ib/files
|
mkdir -p ib/files
|
||||||
cp -a files/all/* ib/files
|
cp -a files/all/* ib/files
|
||||||
|
cp dl/${MF_NAME} ib/target.manifest
|
||||||
case ${IB_URL} in
|
case ${IB_URL} in
|
||||||
*x86*)
|
*x86*)
|
||||||
cp src/repositories_x86_64.conf ib/repositories.conf
|
cp src/repositories_x86_64.conf ib/repositories.conf
|
||||||
cp src/target_x86_64.manifest ib/target.manifest
|
cp src/target_x86_64.manifest ib/custom.manifest
|
||||||
;;
|
;;
|
||||||
*rk35xx*)
|
*rk35xx*)
|
||||||
cp src/repositories_rk35xx.conf ib/repositories.conf
|
cp src/repositories_rk35xx.conf ib/repositories.conf
|
||||||
cp src/target_rk35xx.manifest ib/target.manifest
|
cp src/target_rk35xx.manifest ib/custom.manifest
|
||||||
;;
|
;;
|
||||||
*rk33xx*)
|
*rk33xx*)
|
||||||
cp src/repositories_rk33xx.conf ib/repositories.conf
|
cp src/repositories_rk33xx.conf ib/repositories.conf
|
||||||
cp src/target_rk33xx.manifest ib/target.manifest
|
cp src/target_rk33xx.manifest ib/custom.manifest
|
||||||
;;
|
;;
|
||||||
*bcm2711*)
|
*bcm2711*)
|
||||||
cp src/repositories_aarch64.conf ib/repositories.conf
|
cp src/repositories_aarch64.conf ib/repositories.conf
|
||||||
cp src/target_bcm2711.manifest ib/target.manifest
|
cp src/target_bcm2711.manifest ib/custom.manifest
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
echo "istoreos-intl - *" >> ib/target.manifest
|
|
||||||
cd ib && make -f multi.mk image_multi FILES="files"
|
cd ib && make -f multi.mk image_multi FILES="files"
|
||||||
|
|
||||||
- name: Pack
|
- name: Pack
|
||||||
|
Loading…
Reference in New Issue
Block a user