Merge pull request #4923 from vvoland/cli-arm64

bake: Add `windows/arm64` target to bin-image-cross
This commit is contained in:
Bjorn Neergaard
2024-03-06 09:08:20 -07:00
committed by GitHub

View File

@ -186,6 +186,7 @@ target "bin-image-cross" {
"linux/arm64",
"linux/ppc64le",
"linux/s390x",
"windows/amd64"
"windows/amd64",
"windows/arm64"
]
}