Skip to content

Commit ec695ce

Browse files
authored
Merge pull request #279 from crazy-max/win-arm64
windows/arm64 support for wincred
2 parents f09e79d + 88cb947 commit ec695ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-bake.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ target "binaries" {
6262
"linux/arm/v6",
6363
"linux/ppc64le",
6464
"linux/s390x",
65-
"windows/amd64"
65+
"windows/amd64",
66+
"windows/arm64"
6667
]
6768
}
6869

0 commit comments

Comments
 (0)