Browse Source

Update

tags/v0.0.50
Peter Vivell 6 years ago
parent
commit
4d37422d02
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

38
     auto_tag_suffix: linux-amd64
38
     auto_tag_suffix: linux-amd64
39
     force_tag: true
39
     force_tag: true
40
     tags: [ latest, builder ]
40
     tags: [ latest, builder ]
41
-    build_args: # custom args for docker build, e.g. additional BUILD_DEPS
41
+    build_args: # custom args for docker build, e.g. additional BUILD_DEPS etc.
42
       - BUILD_DEPS=libhidapi-dev libssl-dev zip
42
       - BUILD_DEPS=libhidapi-dev libssl-dev zip
43
 
43
 
44
 
44
 

Loading…
Cancel
Save