From 056ac3c86b8684d05f5be0a0a31c4ed92eead8d2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 28 May 2026 20:37:40 +0300 Subject: [PATCH] ci: use arm64 Termux image on arm64 runner --- .github/workflows/termux_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/termux_ci.yml b/.github/workflows/termux_ci.yml index b6ba64ae2..5acaf64e3 100644 --- a/.github/workflows/termux_ci.yml +++ b/.github/workflows/termux_ci.yml @@ -68,7 +68,7 @@ jobs: run: | set -o xtrace uname -a - docker run --rm --mount type=bind,source=/home/runner/work/v/v,destination=/src -w /src termux/termux-docker:latest bash -c ' + docker run --rm --platform=linux/arm64 --mount type=bind,source=/home/runner/work/v/v,destination=/src -w /src termux/termux-docker:aarch64 bash -c ' set -o xtrace uname -a cp -r /src ~/vproject; cd ~/vproject -- 2.39.5