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 7afeaae commit 239ac98Copy full SHA for 239ac98
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
contents: write
79
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
80
with:
81
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/386,linux/arm
82
tags: ${{ needs.create_release.outputs.docker_tags }}
83
docker_image: smallstep/step-kms-plugin
84
docker_file: docker/Dockerfile
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
tags: ${{ needs.create_release.outputs.docker_tags_cloud }}
97
docker_image: smallstep/step-kms-plugin-cloud
98
docker_file: docker/Dockerfile.cloud
0 commit comments