Skip to content

Commit 15fead1

Browse files
committed
Sort platforms
1 parent b19ba00 commit 15fead1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)