From c15649218c161f3cd2644f6b2829097e1d262828 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Mon, 6 Nov 2023 10:47:08 +0000 Subject: [PATCH] test(ci) Signed-off-by: Roberto Scolaro --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6dd2c0dcca..9861d48566e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: matrix: static: ["static", ""] with: - arch: x86_64 + arch: aarch64 static: ${{ matrix.static != '' && true || false }} version: ${{ needs.fetch-version.outputs.version }}