Skip to content

Commit

Permalink
actions: add arm64 image for release and PR merge
Browse files Browse the repository at this point in the history
Signed-off-by: Huo Qifeng <[email protected]>
  • Loading branch information
huoqifeng committed Dec 17, 2024
1 parent 5423675 commit a6aaad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-latest-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/s390x
platforms: linux/amd64,linux/s390x,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/s390x
platforms: linux/amd64,linux/s390x,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a6aaad1

Please sign in to comment.