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' }, ];