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