We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fadb60 commit 29a1925Copy full SHA for 29a1925
.travis.yml
@@ -9,9 +9,14 @@ install:
9
- go get -u github.com/jteeuwen/go-bindata/...
10
11
addons:
12
- artifacts: true
13
- paths:
14
- - ./clairctl
+ artifacts:
+ paths:
+ - out/clairctl-darwin-386
15
+ - out/clairctl-darwin-amd64
16
+ - out/clairctl-linux-386
17
+ - out/clairctl-linux-amd64
18
+ target_paths: latest
19
+ working_dir: out
20
21
script:
22
- go generate ./clair
0 commit comments