Update windows references within manifest

This commit is contained in:
Thomas Boerger 2019-02-15 11:58:04 +01:00
commit 3526b57b8b
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B
3 changed files with 21 additions and 3 deletions

View file

@ -24,8 +24,14 @@ manifests:
os: linux
variant: v7
-
image: plugins/hugo:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-amd64
image: plugins/hugo:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1803
platform:
architecture: amd64
os: windows
variant: 1809
version: 1803
-
image: plugins/hugo:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1809
platform:
architecture: amd64
os: windows
version: 1809