From d534140899b8c7ce27a7dbaf2c25411392bcb320 Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 01:29:11 +0200 Subject: [PATCH] ci(docker): build only linux/arm64 platform (#2) Reviewed-on: https://gitea.nasvincent.com/EstebanVincent/DiscordBot/pulls/2 Co-authored-by: Esteban Vincent Co-committed-by: Esteban Vincent --- .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