Skip to content

Commit

Permalink
Fix compression script
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkfi committed Jan 18, 2018
1 parent fe10853 commit 0952ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ Build the docker builder (Requires [Docker](https://docs.docker.com/installation
make builder
```

Build binary:
Package binaries:

```
cd pkg/linux_amd64 && tar -zcvf probe-${VERSION}-linux_amd64.tgz probe; cd ../..
for f in pkg/*; do cd $f && tar -zcvf probe-${VERSION}-$(basename $f).tgz probe; cd ../..; done
```


Expand Down

0 comments on commit 0952ab5

Please sign in to comment.