Skip to content

Commit 44e864c

Browse files
authored
chore: add more docker platform support (#886)
Related to #855
1 parent c68e252 commit 44e864c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: docker/build-push-action@v6
5757
with:
5858
context: .
59+
platforms: linux/amd64,linux/arm64
5960
push: ${{ github.event_name != 'pull_request' }}
6061
tags: ${{ steps.meta.outputs.tags }}
6162
labels: ${{ steps.meta.outputs.labels }}
@@ -64,4 +65,5 @@ jobs:
6465
if: ${{ github.event_name != 'pull_request' }}
6566
env:
6667
COSIGN_EXPERIMENTAL: "true"
68+
COSIGN_YES: "true"
6769
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)