From a427e41bd501e8546cbd47f2a584dab40b9e8cdf Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 7 Sep 2022 20:53:24 +0200 Subject: [PATCH] Comment out windows Signed-off-by: Jacob Kiers --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 1d0d28b..3fe0869 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,7 +1,7 @@ local archs = [ { target: 'aarch64-unknown-linux-gnu', short: 'arm64-gnu' }, { target: 'aarch64-unknown-linux-musl', short: 'arm64-musl' }, - { target: 'x86_64-pc-windows-gnu', short: 'windows-amd64' }, + // { target: 'x86_64-pc-windows-gnu', short: 'windows-amd64' }, { target: 'x86_64-unknown-linux-gnu', short: 'amd64-gnu' }, { target: 'x86_64-unknown-linux-musl', short: 'amd64-musl' }, ];