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 7b9abd2 commit 8106648Copy full SHA for 8106648
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
context: .
41
build-args: |
42
VERSION=${{ env.SOURCE_VERSION }}
43
- platforms: linux/amd64,linux/arm64
+ platforms: linux/arm64
44
push: ${{ github.event_name != 'pull_request' }}
45
tags: ${{ steps.meta.outputs.tags }}
46
labels: ${{ steps.meta.outputs.labels }}
0 commit comments