1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-14 00:11:28 +05:30

Merge pull request #227 from crazy-max/ppc64le-s390x

support linux/ppc64le and linux/s390x cross build
This commit is contained in:
Sebastiaan van Stijn
2022-08-20 21:11:04 +02:00
committed by GitHub
+2
View File
@@ -38,6 +38,8 @@ target "binaries" {
"linux/arm64", "linux/arm64",
"linux/arm/v7", "linux/arm/v7",
"linux/arm/v6", "linux/arm/v6",
"linux/ppc64le",
"linux/s390x",
"windows/amd64" "windows/amd64"
] ]
} }