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.
2 parents 92057bd + c729b57 commit 49de3e6Copy full SHA for 49de3e6
.github/workflows/docker-build.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
context: .
67
file: ./docker/Dockerfile
68
+ platforms: linux/amd64,linux/arm64
69
push: true
70
tags: ${{ steps.meta.outputs.tags }}
71
labels: ${{ steps.meta.outputs.labels }}
.github/workflows/release.yml
@@ -156,6 +156,7 @@ jobs:
156
157
158
159
160
161
162
0 commit comments