From 345623af59e8b624195148a6eddb68ccda7db1cf Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Wed, 11 Feb 2026 16:29:36 +0530 Subject: [PATCH] Add AMD64 --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 44b80f2..e348cbf 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -54,7 +54,7 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max build-args: |