Skip to content

Commit

Permalink
Merge pull request #66 from huoqifeng/arm64
Browse files Browse the repository at this point in the history
actions: add arm64 image for release and PR merge
  • Loading branch information
huoqifeng authored Dec 17, 2024
2 parents 5423675 + a6aaad1 commit 6e30213
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 6e30213

Please sign in to comment.