From 3abec884c2d15bec1b87018bc792c374459c9cd1 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 16 Dec 2022 18:43:56 +0100 Subject: [PATCH] Really remove targets I don't care about Signed-off-by: Jacob Kiers --- .drone.jsonnet | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index c1a5121..f63ff0d 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -2,10 +2,8 @@ local executableName = 'newsletter-to-web'; local cross_image = 'img.kie.rs/jjkiers/rust-dind-cross:1.66-full'; 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' }, - // { target: 'x86_64-unknown-linux-gnu', short: 'amd64-gnu' }, { target: 'x86_64-unknown-linux-musl', short: 'amd64-musl' }, ];