Skip to content

Commit

Permalink
Set correct platforms for published docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Oct 10, 2023
1 parent e1fbfbe commit 6376c39
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 6376c39

Please sign in to comment.