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

Merge pull request #279 from crazy-max/win-arm64

windows/arm64 support for wincred
This commit is contained in:
Sebastiaan van Stijn
2023-05-27 19:00:36 +02:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,8 @@ target "binaries" {
"linux/arm/v6",
"linux/ppc64le",
"linux/s390x",
"windows/amd64"
"windows/amd64",
"windows/arm64"
]
}