From 4c60029e21c94f23afb44e017660369861aa5b77 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 26 Feb 2026 17:44:59 +0100 Subject: [PATCH] fix(ci): update build platform from arm64 to amd64 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b85a7334..c7b2afd5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -208,7 +208,7 @@ jobs: context: . push: true provenance: false - platforms: linux/arm64 + platforms: linux/amd64 build-args: | NEXT_PUBLIC_BASE_URL=${{ needs.prepare.outputs.next_public_url }} NEXT_PUBLIC_TARGET=${{ needs.prepare.outputs.target }}