File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 contents : write
162162 uses : smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
163163 with :
164- platforms : linux/amd64,linux/arm64 ,linux/386 ,linux/arm
164+ platforms : linux/amd64,linux/386 ,linux/arm ,linux/arm64
165165 tags : ${{ needs.create_release.outputs.docker_tags }}
166166 docker_image : smallstep/step-kms-plugin
167167 docker_file : docker/Dockerfile
@@ -189,7 +189,7 @@ jobs:
189189 contents : write
190190 uses : smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
191191 with :
192- platforms : linux/amd64,linux/arm64 ,linux/386 ,linux/arm
192+ platforms : linux/amd64,linux/386 ,linux/arm ,linux/arm64
193193 tags : ${{ needs.create_release.outputs.docker_tags_cloud }}
194194 docker_image : smallstep/step-kms-plugin
195195 docker_file : docker/Dockerfile.cloud
You can’t perform that action at this time.
0 commit comments