From fc6b7f0217652b3d87f07b3172b52f03f2cc4f5c Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Sat, 21 Sep 2024 19:22:43 -0700 Subject: [PATCH] Change to arm architecture --- .gitea/workflows/production/build-deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/production/build-deploy-docs.yml b/.gitea/workflows/production/build-deploy-docs.yml index 88e53a3..734fe8b 100644 --- a/.gitea/workflows/production/build-deploy-docs.yml +++ b/.gitea/workflows/production/build-deploy-docs.yml @@ -62,7 +62,7 @@ jobs: with: context: . push: true - platforms: linux/amd64 + platforms: linux/arm64 tags: gitea.raer.me/${{ gitea.repository }}:${{ gitea.ref_name }} job2: needs: job1