From ab9d56057054e5043696c57659b91f05d9cdb3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 6 Mar 2024 16:45:55 +0100 Subject: [PATCH] bake: Add `windows/arm64` target to bin-image-cross MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- docker-bake.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index c5b8f0dfc8..86aa1331e0 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -186,6 +186,7 @@ target "bin-image-cross" { "linux/arm64", "linux/ppc64le", "linux/s390x", - "windows/amd64" + "windows/amd64", + "windows/arm64" ] }