Skip to content

Commit acd90ea

Browse files
authored
Merge pull request #227 from crazy-max/ppc64le-s390x
support linux/ppc64le and linux/s390x cross build
2 parents 6627597 + 018b71b commit acd90ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-bake.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ target "binaries" {
3838
"linux/arm64",
3939
"linux/arm/v7",
4040
"linux/arm/v6",
41+
"linux/ppc64le",
42+
"linux/s390x",
4143
"windows/amd64"
4244
]
4345
}

0 commit comments

Comments
 (0)