From edf35a8a7fd2d55a259e9ac2ba75e7c6f52fee96 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 12 Feb 2023 09:48:52 +0100 Subject: [PATCH] Build only arm --- .github/workflows/container-stable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index c7aecd4..9357916 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -54,7 +54,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: ./dockerfiles file: ./dockerfiles/Dockerfile-helmfile - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 push: true tags: | ghcr.io/${{ github.repository }}-helmfile:latest