From 72f0b61cc05eb58e323b0e62373fbcd97c7f515a Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 19 Dec 2025 18:01:00 +0300 Subject: [PATCH] actions: separate target arm-old with LUA 5.4 --- .github/workflows/build.yml | 1 + docs/changes.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe55673..fafdd26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -529,6 +529,7 @@ jobs: *-android-x86_64 ) run_dir android-x86_64 ;; *-freebsd-x86_64 ) run_dir freebsd-x86_64 ;; *-linux-arm ) run_dir linux-arm ;; + *-linux-arm-old ) run_dir linux-arm-old ;; *-linux-arm64 ) run_dir linux-arm64 ;; *-linux-mips64 ) run_dir linux-mips64 ;; *-linux-mipselsf ) run_dir linux-mipsel ;; diff --git a/docs/changes.txt b/docs/changes.txt index 30fb45d..095c5bb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -119,3 +119,4 @@ v0.7.5 * zapret-auto : orchestrator "repeater" * blockcheck2: check http3 with ipv6 exthdr +* github actions: separate target arm-old with LUA classic, not JIT