Skip to content

Commit d7f0dfa

Browse files
committed
Add arm64 Docker image build
1 parent da41cb0 commit d7f0dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
with:
3535
context: .
3636
push: ${{ contains(fromJson('["push", "release"]'), github.event_name) }} # Publish to docker registry only on push event or new release.
37+
platforms: linux/amd64,linux/arm64
3738
tags: ${{ steps.meta.outputs.tags }}
3839
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)