mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
CI devices
This commit is contained in:
parent
1e6a9496f6
commit
f96ac2252b
22
.github/workflows/build-ci.yml
vendored
22
.github/workflows/build-ci.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: static-${{ matrix.arch }}
|
name: youtubeUnblock-static-${{ matrix.arch }}
|
||||||
path: ./**/youtubeUnblock*.tar.gz
|
path: ./**/youtubeUnblock*.tar.gz
|
||||||
|
|
||||||
build-openwrt:
|
build-openwrt:
|
||||||
@ -169,7 +169,7 @@ jobs:
|
|||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.branch }}-${{ matrix.arch }}
|
name: youtubeUnblock-${{ matrix.branch }}-${{ matrix.arch }}
|
||||||
path: /builder/youtubeUnblock*.ipk
|
path: /builder/youtubeUnblock*.ipk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
build-openwrt-kmod:
|
build-openwrt-kmod:
|
||||||
@ -217,8 +217,20 @@ jobs:
|
|||||||
- mipsel_24kc_24kf
|
- mipsel_24kc_24kf
|
||||||
- mipsel_74kc
|
- mipsel_74kc
|
||||||
- mipsel_mips32
|
- mipsel_mips32
|
||||||
- ramips/mt76x8
|
- ramips-mt76x8
|
||||||
- x86_64
|
- x86_64
|
||||||
|
exclude:
|
||||||
|
- branch: openwrt-19.07
|
||||||
|
arch: arm_cortex-a7
|
||||||
|
- branch: openwrt-19.07
|
||||||
|
arch: mips_4kec
|
||||||
|
- branch: openwrt-19.07
|
||||||
|
arch: ramips-mt76x8
|
||||||
|
- branch: openwrt-19.07
|
||||||
|
arch: arm_cortex-a7_vfpv4
|
||||||
|
- branch: openwrt-21.02
|
||||||
|
arch: arm_cortex-a7_vfpv4
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
||||||
options: --user root
|
options: --user root
|
||||||
@ -255,7 +267,7 @@ jobs:
|
|||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.branch }}-${{ matrix.arch }}
|
name: kmod-youtubeUnblock-${{ matrix.branch }}-${{ matrix.arch }}
|
||||||
path: ${{ matrix.wd_path }}/kmod-youtubeUnblock*.ipk
|
path: ${{ matrix.wd_path }}/kmod-youtubeUnblock*.ipk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
@ -347,7 +359,7 @@ jobs:
|
|||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: entware-${{ matrix.arch }}
|
name: youtubeUnblock-entware-${{ matrix.arch }}
|
||||||
path: ./**/youtubeUnblock*-entware.tar.gz
|
path: ./**/youtubeUnblock*-entware.tar.gz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user