From 1e420f0097c7a1edb649c5d3b82dc3ac94be9124 Mon Sep 17 00:00:00 2001 From: Aleksandr Cupacenko Date: Sat, 8 Aug 2026 22:48:12 +0300 Subject: [PATCH] Set Docker platform explicitly in CI tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 653ad66..b101ebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,6 +155,8 @@ jobs: cache-to: type=gha,mode=max,scope=${{ matrix.image }}-${{ matrix.arch }} - name: Test + env: + DOCKER_DEFAULT_PLATFORM: linux/${{ matrix.arch }} run: images/${{ matrix.image }}/test.sh tiny/${{ matrix.image }}:test result: