Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 88cff6a

Browse files
authored
Build multi arch images (#5)
1 parent 5a23c78 commit 88cff6a

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
@@ -70,6 +70,7 @@ jobs:
7070
with:
7171
context: .
7272
push: ${{ github.event_name != 'pull_request' }}
73+
platforms: linux/amd64,linux/arm64
7374
tags: ${{ steps.meta.outputs.tags }}
7475
labels: ${{ steps.meta.outputs.labels }}
7576
cache-from: type=gha

0 commit comments

Comments
 (0)