Skip to content

Commit

Permalink
Try to build a single platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed May 26, 2022
1 parent e59dffb commit 1135cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ jobs:
img_repo=${{ env.BASE_IMAGE_REPO }}
img_tag=${{ env.BASE_IMAGE_TAG }}
tags: ${{ steps.docker_meta.outputs.tags }}
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64
# platforms: linux/amd64,linux/arm/v7,linux/arm64

0 comments on commit 1135cde

Please sign in to comment.