Skip to content

Commit 7415a9a

Browse files
committed
似乎没必要是对象
1 parent 8968cc5 commit 7415a9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-bake.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ target "release" {
8989
context = "./release"
9090
dockerfile = "./docker/release.Dockerfile"
9191
matrix = {
92-
platform_with_alias = {
93-
"linux/amd64" = { platform = "linux/amd64", alias = "x64" }
94-
"linux/arm64" = { platform = "linux/arm64", alias = "arm64" }
95-
}
92+
platform_with_alias = [
93+
{ platform = "linux/amd64", alias = "x64" },
94+
{ platform = "linux/arm64", alias = "arm64" }
95+
]
9696
}
9797
platforms = [platform_with_alias.platform]
9898
tags = [

0 commit comments

Comments
 (0)