From 59aaa0c3eb1af99c811236f4782760c35a6e18c4 Mon Sep 17 00:00:00 2001 From: remittor Date: Sun, 23 Mar 2025 08:39:57 +0300 Subject: [PATCH] build: Using 24.10 branch --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fb8c95..cdfa9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ openwrt-23.05, SNAPSHOT ] + branch: [ openwrt-24.10, SNAPSHOT ] arch: - aarch64_cortex-a53 - aarch64_cortex-a72 @@ -147,9 +147,9 @@ jobs: arch: arm_cortex-a9_vfpv3-d16 - { isTestOrFake: true } include: - - branch: openwrt-23.05 + - branch: openwrt-24.10 arch: x86_64 - - branch: openwrt-23.05 + - branch: openwrt-24.10 arch: aarch64_cortex-a53 - branch: SNAPSHOT arch: aarch64_cortex-a53 @@ -181,7 +181,7 @@ jobs: sed -r -i 's/^rm.+//' setup.sh ./setup.sh ls -lh - if [ "$BRANCH" = "openwrt-23.05" ]; then + if [ "$BRANCH" = "openwrt-24.10" ]; then echo "PKGTYPE=ipk" >> $GITHUB_ENV else echo "PKGTYPE=apk" >> $GITHUB_ENV