diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index f3e145b..63cbe14 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -52,7 +52,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: ./dockerfiles file: ./dockerfiles/Dockerfile-helmfile - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/${{ github.repository }}-helmfile:latest diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index 662af96..f5d1a3a 100644 --- a/.github/workflows/container-version.yaml +++ b/.github/workflows/container-version.yaml @@ -57,7 +57,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: ./dockerfiles file: ./dockerfiles/Dockerfile-helmfile - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/${{ github.repository }}-helmfile:${{ env.TAG }}