From 8e1b609346b27f1a37fcf595234e10faf7cd82e3 Mon Sep 17 00:00:00 2001 From: Kitty Cat Date: Sun, 1 Mar 2026 13:18:00 -0500 Subject: [PATCH] perf(ci): build only for linux/amd64 platform Removed arm64 build to speed up CI - only deploying to amd64 servers. This cuts build time roughly in half. --- .github/workflows/release-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-server.yaml b/.github/workflows/release-server.yaml index 7d5ec401..80318587 100644 --- a/.github/workflows/release-server.yaml +++ b/.github/workflows/release-server.yaml @@ -146,7 +146,7 @@ jobs: with: context: . file: fluxer_server/Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.docker_meta.outputs.tags }} labels: |