fix: Add amd64 to helmfile docker build
This commit is contained in:
parent
cc9ff758f4
commit
cff0139c09
2
.github/workflows/container-stable.yaml
vendored
2
.github/workflows/container-stable.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./dockerfiles/Dockerfile-helmfile
|
file: ./dockerfiles/Dockerfile-helmfile
|
||||||
platforms: linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}-helmfile:latest
|
ghcr.io/${{ github.repository }}-helmfile:latest
|
||||||
|
2
.github/workflows/container-version.yaml
vendored
2
.github/workflows/container-version.yaml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./dockerfiles/Dockerfile-helmfile
|
file: ./dockerfiles/Dockerfile-helmfile
|
||||||
platforms: linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}-helmfile:${{ env.TAG }}
|
ghcr.io/${{ github.repository }}-helmfile:${{ env.TAG }}
|
||||||
|
Reference in New Issue
Block a user