From 8ca23ef672afc4938aa77eecf7493e0c9073d769 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Sun, 8 Feb 2026 22:51:22 +0530 Subject: [PATCH] Test multi arch --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index b2c207f..d0d2371 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-arm64 + runs-on: ubuntu-latest steps: - @@ -55,7 +55,7 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: type=gha cache-to: type=gha,mode=max build-args: |