Skip to content

Commit

Permalink
Add 64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Apr 1, 2022
1 parent 15f1f7d commit f9b2b4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ target "armhf" {
]
}

target "64" {
inherits = ["image"]
platforms = [
"linux/amd64",
"linux/arm64"
]
}

target "all" {
inherits = ["image"]
platforms = [
Expand Down

0 comments on commit f9b2b4a

Please sign in to comment.