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 514ee21 commit d6f21c2Copy full SHA for d6f21c2
.github/workflows/docker_publish.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
context: .
72
# platforms: linux/amd64, linux/arm64
73
- platforms: linux/{{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}
+ platforms: linux/${{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}
74
build-args: TARGET=server
75
push: ${{ needs.meta.outputs.push_enabled == 'true' }}
76
tags: ubercadence/server:${{ needs.meta.outputs.image_tag }}
0 commit comments