Skip to content

Commit

Permalink
Merge pull request #290 from bobrik/ivan/publish-multiarch
Browse files Browse the repository at this point in the history
Set correct platforms for published docker images
  • Loading branch information
bobrik authored Oct 10, 2023
2 parents e1fbfbe + 6376c39 commit f8ef5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64

publish-docker-image-aarch64:
name: Publish Docker images (aarch64)
Expand Down Expand Up @@ -449,3 +450,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64

0 comments on commit f8ef5d8

Please sign in to comment.