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 18b9cb2 commit 7392b4fCopy full SHA for 7392b4f
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
context: .
26
file: ./Dockerfile
27
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm/v7,linux/arm64
28
push: false
29
tags: |
30
${{ steps.docker_meta_ci.outputs.tags }}
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
push: ${{ github.event_name != 'pull_request' }}
101
102
${{ steps.docker_meta.outputs.tags }}
0 commit comments