diff --git a/docker-bake.hcl b/docker-bake.hcl index 59275d7..9a25544 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -16,6 +16,7 @@ target "bookworm" { inherits = [ "_common", "docker-metadata-action" ] platforms = [ "linux/amd64", + "linux/arm64", ] } @@ -24,6 +25,5 @@ target "alpine" { inherits = [ "_common", "docker-metadata-action-alpine" ] platforms = [ "linux/amd64", - "linux/arm64", ] }