From 07db338fcb2687ff5b13533239fb6475328c8086 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 13 Apr 2025 14:38:28 -0600 Subject: [PATCH] remove arm64 builds --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bccfca9..18ecac6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} target: prod - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max push: true