We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d462051 commit 929a77bCopy full SHA for 929a77b
.github/workflows/main.yml
@@ -58,6 +58,8 @@ jobs:
58
steps:
59
- name: Check out the repo
60
uses: actions/checkout@v4
61
+ - name: Set up Docker Buildx
62
+ uses: docker/setup-buildx-action@v3
63
- name: Log in to the Container registry
64
uses: docker/login-action@v3
65
with:
@@ -78,6 +80,7 @@ jobs:
78
80
context: .
79
81
file: ./Dockerfile
82
push: true
83
+ platforms: linux/amd64,linux/arm64
84
tags: ${{ steps.meta.outputs.tags }}
85
labels: ${{ steps.meta.outputs.labels }}
86
0 commit comments