Skip to content

Commit f9d4687

Browse files
authored
Add support for multiple platforms in Docker build
1 parent 25554fd commit f9d4687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
context: .
5353
push: false
54+
platforms: linux/amd64,linux/arm64
5455
tags: ${{ steps.meta.outputs.tags }}
5556
labels: ${{ steps.meta.outputs.labels }}
5657
cache-from: type=gha
@@ -62,6 +63,7 @@ jobs:
6263
with:
6364
context: .
6465
push: true
66+
platforms: linux/amd64,linux/arm64
6567
tags: ${{ steps.meta.outputs.tags }}
6668
labels: ${{ steps.meta.outputs.labels }}
6769
cache-from: type=gha

0 commit comments

Comments
 (0)