Skip to content

Commit 239ac98

Browse files
committed
Attempt to create linux/386 linux/arm docker images
1 parent 7afeaae commit 239ac98

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
@@ -78,7 +78,7 @@ jobs:
7878
contents: write
7979
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
8080
with:
81-
platforms: linux/amd64,linux/arm64
81+
platforms: linux/amd64,linux/arm64,linux/386,linux/arm
8282
tags: ${{ needs.create_release.outputs.docker_tags }}
8383
docker_image: smallstep/step-kms-plugin
8484
docker_file: docker/Dockerfile
@@ -92,7 +92,7 @@ jobs:
9292
contents: write
9393
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
9494
with:
95-
platforms: linux/amd64,linux/arm64
95+
platforms: linux/amd64,linux/arm64,linux/386,linux/arm
9696
tags: ${{ needs.create_release.outputs.docker_tags_cloud }}
9797
docker_image: smallstep/step-kms-plugin-cloud
9898
docker_file: docker/Dockerfile.cloud

0 commit comments

Comments
 (0)