From 131273fc5b6dabd68067448186830bc94709992d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 17 Feb 2019 20:58:13 +0800 Subject: [PATCH] fix: remove windows platform --- docker/manifest.tmpl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker/manifest.tmpl b/docker/manifest.tmpl index 0c4fddf..e0ed4d1 100644 --- a/docker/manifest.tmpl +++ b/docker/manifest.tmpl @@ -23,15 +23,3 @@ manifests: architecture: arm os: linux variant: v7 - - - image: appleboy/drone-telegram:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1803 - platform: - architecture: amd64 - os: windows - version: 1803 - - - image: appleboy/drone-telegram:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1809 - platform: - architecture: amd64 - os: windows - version: 1809