File tree Expand file tree Collapse file tree 3 files changed +0
-59
lines changed
Expand file tree Collapse file tree 3 files changed +0
-59
lines changed Original file line number Diff line number Diff line change @@ -31,49 +31,6 @@ trigger:
3131 - " refs/tags/**"
3232 - " refs/pull/**"
3333
34- ---
35- kind : pipeline
36- type : vm
37- name : windows-1809
38-
39- pool :
40- use : windows
41-
42- platform :
43- os : windows
44- arch : amd64
45-
46- steps :
47- - name : go build
48- image : golang:1.19
49- environment :
50- CGO_ENABLED : 0
51- commands :
52- - go build -o release/windows/amd64/buildx-gar.exe ./cmd/drone-buildx-gar
53- - name : build gar plugin
54- image : plugins/docker:20.17.4-windows-1809-amd64
55- settings :
56- dockerfile : docker/gar/Dockerfile.windows.amd64.1809
57- repo : plugins/buildx-gar
58- username :
59- from_secret : docker_username
60- password :
61- from_secret : docker_password
62- auto_tag : true
63- auto_tag_suffix : windows-1809-amd64
64- purge : false
65- when :
66- event : [push, tag]
67-
68- depends_on :
69- - testing
70-
71- trigger :
72- ref :
73- - refs/heads/main
74- - refs/tags/*
75- - " refs/pull/**"
76-
7734---
7835kind : pipeline
7936type : vm
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ manifests:
1717 architecture: arm64
1818 os: linux
1919 variant: v8
20- -
21- image: plugins/buildx-gar:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1809-amd64
22- platform:
23- architecture: amd64
24- os: windows
25- version: 1809
2620 -
2721 image: plugins/buildx-gar:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-ltsc2022-amd64
2822 platform:
You can’t perform that action at this time.
0 commit comments