(maint) move to harness.drone.io
This commit is contained in:
parent
e1d38a4009
commit
463233b421
11 changed files with 236 additions and 817 deletions
12
docker/Dockerfile.windows.ltsc2022
Normal file
12
docker/Dockerfile.windows.ltsc2022
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# escape=`
|
||||
FROM plugins/base:windows-ltsc2022-amd64
|
||||
|
||||
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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue