Skip to content

Commit e6131c8

Browse files
authored
Add support for multiple platforms in Docker publish
1 parent 2ea270c commit e6131c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
push: ${{ github.event_name != 'pull_request' }}
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}
82+
platforms: linux/amd64,linux/arm64
8283
cache-from: type=gha
8384
cache-to: type=gha,mode=max
8485

0 commit comments

Comments
 (0)