Skip to content

Commit

Permalink
remove arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 3, 2023
1 parent b0ee05a commit df516e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ target "build" {
target "platforms" {
// Set target platforms for multi-platform builds https://docs.docker.com/build/bake/reference/#targetplatforms
platforms = [
"linux/amd64",
"linux/arm64"
"linux/amd64"
// "linux/arm64" // build gets stuck check dependencies
]
}

Expand Down

0 comments on commit df516e9

Please sign in to comment.