Skip to content

Commit

Permalink
Remove windows/freebsd/etc. from docker buildx platforms (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <john@opensauced.pizza>
  • Loading branch information
jpmcb authored Jul 20, 2023
1 parent 03f45fb commit e99d988
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 @@ -15,6 +15,6 @@ target "build" {

target "cross" {
inherits = ["build"]
platforms = ["linux/amd64", "linux/386", "linux/arm64", "linux/arm", "linux/ppc64le", "linux/s390x", "darwin/amd64", "darwin/arm64", "windows/amd64", "windows/arm64", "freebsd/amd64", "freebsd/arm64"]
platforms = ["linux/amd64", "linux/arm64", "darwin/amd64", "darwin/arm64"]
tags = ["ghcr.io/open-sauced/pizza"]
}
}

0 comments on commit e99d988

Please sign in to comment.