1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

windows/arm64 support for wincred

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-27 16:46:54 +02:00
parent 9ff5b6126b
commit 88cb947f19
+2 -1
View File
@@ -62,7 +62,8 @@ target "binaries" {
"linux/arm/v6", "linux/arm/v6",
"linux/ppc64le", "linux/ppc64le",
"linux/s390x", "linux/s390x",
"windows/amd64" "windows/amd64",
"windows/arm64"
] ]
} }