Update windows references within manifest
This commit is contained in:
parent
d2c5ed8ad7
commit
3526b57b8b
@ -1,5 +1,5 @@
|
||||
# escape=`
|
||||
FROM plugins/base:windows-amd64
|
||||
FROM plugins/base:windows-1803
|
||||
|
||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||||
org.label-schema.name="Drone Mercurial" `
|
12
docker/Dockerfile.windows.1809
Normal file
12
docker/Dockerfile.windows.1809
Normal file
@ -0,0 +1,12 @@
|
||||
# escape=`
|
||||
FROM plugins/base:windows-1809
|
||||
|
||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||||
org.label-schema.name="Drone Mercurial" `
|
||||
org.label-schema.vendor="Drone.IO Community" `
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
# TODO: install required tools
|
||||
|
||||
ADD release\drone-hugo.exe c:\drone-hugo.exe
|
||||
ENTRYPOINT [ "c:\\drone-hugo.exe" ]
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user