mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2025-12-13 23:16:51 +03:00
build: Using 24.10 branch
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branch: [ openwrt-23.05, SNAPSHOT ]
|
branch: [ openwrt-24.10, SNAPSHOT ]
|
||||||
arch:
|
arch:
|
||||||
- aarch64_cortex-a53
|
- aarch64_cortex-a53
|
||||||
- aarch64_cortex-a72
|
- aarch64_cortex-a72
|
||||||
@@ -147,9 +147,9 @@ jobs:
|
|||||||
arch: arm_cortex-a9_vfpv3-d16
|
arch: arm_cortex-a9_vfpv3-d16
|
||||||
- { isTestOrFake: true }
|
- { isTestOrFake: true }
|
||||||
include:
|
include:
|
||||||
- branch: openwrt-23.05
|
- branch: openwrt-24.10
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
- branch: openwrt-23.05
|
- branch: openwrt-24.10
|
||||||
arch: aarch64_cortex-a53
|
arch: aarch64_cortex-a53
|
||||||
- branch: SNAPSHOT
|
- branch: SNAPSHOT
|
||||||
arch: aarch64_cortex-a53
|
arch: aarch64_cortex-a53
|
||||||
@@ -181,7 +181,7 @@ jobs:
|
|||||||
sed -r -i 's/^rm.+//' setup.sh
|
sed -r -i 's/^rm.+//' setup.sh
|
||||||
./setup.sh
|
./setup.sh
|
||||||
ls -lh
|
ls -lh
|
||||||
if [ "$BRANCH" = "openwrt-23.05" ]; then
|
if [ "$BRANCH" = "openwrt-24.10" ]; then
|
||||||
echo "PKGTYPE=ipk" >> $GITHUB_ENV
|
echo "PKGTYPE=ipk" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "PKGTYPE=apk" >> $GITHUB_ENV
|
echo "PKGTYPE=apk" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user