update drone config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
stryan 2021-10-15 11:12:54 -04:00
parent 9746293a2b
commit 112b67998b
1 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,15 @@ steps:
commands:
- make
- name: create release tar
- name: create release-source tar
image: golang
commands:
- go mod vendor
- tar -czf dist/release-source-$DRONE_TAG-DRONE_STAGE_ARCH.tar.gz *
when:
event: tag
- name: create release-binary tar
image: golang
commands:
- mkdir dist build