Skip to content

Commit

Permalink
build amd64 and arm64 images (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog authored Sep 23, 2024
1 parent f3e2be3 commit 04b58a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/liquid-reply/gardener-extension-shoot-kubecost:${{ github.ref_name }}-rc.${{ github.sha }}
1 change: 1 addition & 0 deletions .github/workflows/on-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/liquid-reply/gardener-extension-shoot-kubecost:latest
ghcr.io/liquid-reply/gardener-extension-shoot-kubecost:${{ github.ref_name }}

0 comments on commit 04b58a7

Please sign in to comment.