Skip to content

Commit

Permalink
Merge pull request #173 from drone-plugins/add-windows-1809-support
Browse files Browse the repository at this point in the history
Update manifest.tmpl
  • Loading branch information
Ompragash authored Oct 4, 2024
2 parents 98a5483 + 1db914e commit f80cf54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ manifests:
architecture: arm64
os: linux
variant: v8
-
image: plugins/s3:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1809-amd64
platform:
architecture: amd64
os: windows
version: 1809
-
image: plugins/s3:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-ltsc2022-amd64
platform:
Expand Down

0 comments on commit f80cf54

Please sign in to comment.