File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ before_deploy:
24
24
- go get github.com/mitchellh/gox
25
25
- mkdir releases
26
26
- gox -osarch='!netbsd/arm !openbsd/386 !openbsd/amd64 !netbsd/386 !netbsd/amd64' -output="releases/{{.Dir}}_`git describe --tags --abbrev=0`_{{.OS}}_{{.Arch}}/{{.Dir}}"
27
- # Below tar command will log an error because either ...-hetzner or
28
- # ...-hetzner.exe are missing. The process continues, though and the
29
- # created tarballs are fine.
27
+ # Loop through the built architecture directories and create their corresponding tar.gz archives with the binary in it.
30
28
- find releases -maxdepth 2 -mindepth 2 -type f -exec bash -c 'tar -cvzf "$(dirname {}).tar.gz" -C "$(dirname {})" $(basename {})' \;
31
29
32
30
deploy :
You can’t perform that action at this time.
0 commit comments