From 59f4b1f0c73d77f8ec151123db89b1a8d965dfa0 Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 01:28:36 +0200 Subject: [PATCH] ci(docker): build only linux/arm64 platform --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 68532e2..fe93e80 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -53,7 +53,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.new_version }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest