Skip to content

Commit

Permalink
Attempt to create linux/386 linux/arm docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Jan 27, 2023
1 parent 7afeaae commit 239ac98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
contents: write
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/386,linux/arm
tags: ${{ needs.create_release.outputs.docker_tags }}
docker_image: smallstep/step-kms-plugin
docker_file: docker/Dockerfile
Expand All @@ -92,7 +92,7 @@ jobs:
contents: write
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/386,linux/arm
tags: ${{ needs.create_release.outputs.docker_tags_cloud }}
docker_image: smallstep/step-kms-plugin-cloud
docker_file: docker/Dockerfile.cloud
Expand Down

0 comments on commit 239ac98

Please sign in to comment.