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