Skip to content

Commit

Permalink
Amazonlinux base image does not suport arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Oct 21, 2023
1 parent 8bff7f5 commit b1691ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-cli/Polly.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[container_image]
tags=["2.13.28", "latest"]
platforms=["linux/amd64", "linux/arm64/v8", "linux/arm/v7"]
platforms=["linux/amd64", "linux/arm64/v8"]
2 changes: 1 addition & 1 deletion aws-cli/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ target "default" {
"docker.io/boxcutter/aws-cli:latest"
]
dockerfile = "Containerfile"
platforms = ["linux/amd64", "linux/arm64/v8", "linux/arm/v7"]
platforms = ["linux/amd64", "linux/arm64/v8"]
}

0 comments on commit b1691ea

Please sign in to comment.