Merge pull request #4924 from vvoland/v25.0-4923

[25.0 backport] bake: Add `windows/arm64` target to bin-image-cross
This commit is contained in:
Bjorn Neergaard 2024-03-06 09:08:42 -07:00 committed by GitHub
commit 1a576c50a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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