diff --git a/.drone.yml b/.drone.yml index 812a2e1..6b95d9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -444,9 +444,7 @@ trigger: - "refs/tags/**" depends_on: -# - windows-1803 - windows-1809 -# - windows-1903 - windows-1909 - linux-amd64-docker - linux-arm64-docker @@ -652,9 +650,7 @@ trigger: - "refs/tags/**" depends_on: -# - windows-1803 - windows-1809 -# - windows-1903 - windows-1909 - linux-amd64-gcr - linux-arm64-gcr @@ -860,9 +856,7 @@ trigger: - "refs/tags/**" depends_on: -# - windows-1803 - windows-1809 -# - windows-1903 - windows-1909 - linux-amd64-ecr - linux-arm64-ecr @@ -1271,9 +1265,7 @@ trigger: - "refs/tags/**" depends_on: -# - windows-1803 - windows-1809 -# - windows-1903 - windows-1909 - linux-amd64-acr - linux-arm64-acr diff --git a/docker/acr/Dockerfile.windows.1903 b/docker/acr/Dockerfile.windows.1903 deleted file mode 100644 index dbe8288..0000000 --- a/docker/acr/Dockerfile.windows.1903 +++ /dev/null @@ -1,10 +0,0 @@ -# escape=` -FROM plugins/docker:windows-1903-amd64 - -LABEL maintainer="Drone.IO Community " ` - org.label-schema.name="Drone ACR" ` - org.label-schema.vendor="Drone.IO Community" ` - org.label-schema.schema-version="1.0" - -ADD release/windows/amd64/drone-acr.exe C:/bin/drone-acr.exe -ENTRYPOINT [ "C:\\bin\\drone-acr.exe" ] diff --git a/docker/ecr/Dockerfile.windows.1903 b/docker/ecr/Dockerfile.windows.1903 deleted file mode 100644 index c4bc4dd..0000000 --- a/docker/ecr/Dockerfile.windows.1903 +++ /dev/null @@ -1,10 +0,0 @@ -# escape=` -FROM plugins/docker:windows-1903-amd64 - -LABEL maintainer="Drone.IO Community " ` - org.label-schema.name="Drone ECR" ` - org.label-schema.vendor="Drone.IO Community" ` - org.label-schema.schema-version="1.0" - -ADD release/windows/amd64/drone-ecr.exe C:/bin/drone-ecr.exe -ENTRYPOINT [ "C:\\bin\\drone-ecr.exe" ] diff --git a/docker/gcr/Dockerfile.windows.1903 b/docker/gcr/Dockerfile.windows.1903 deleted file mode 100644 index 8797d4a..0000000 --- a/docker/gcr/Dockerfile.windows.1903 +++ /dev/null @@ -1,10 +0,0 @@ -# escape=` -FROM plugins/docker:windows-1903-amd64 - -LABEL maintainer="Drone.IO Community " ` - org.label-schema.name="Drone GCR" ` - org.label-schema.vendor="Drone.IO Community" ` - org.label-schema.schema-version="1.0" - -ADD release/windows/amd64/drone-gcr.exe C:/bin/drone-gcr.exe -ENTRYPOINT [ "C:\\bin\\drone-gcr.exe" ] diff --git a/docker/gcr/manifest.tmpl b/docker/gcr/manifest.tmpl index acdc7ef..1c83f07 100644 --- a/docker/gcr/manifest.tmpl +++ b/docker/gcr/manifest.tmpl @@ -35,12 +35,6 @@ manifests: architecture: amd64 os: windows version: 1809 - - - image: plugins/gcr:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1903-amd64 - platform: - architecture: amd64 - os: windows - version: 1903 - image: plugins/gcr:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1909-amd64 platform: