Skip to content

Commit

Permalink
Remove dist-key target
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Jul 17, 2021
1 parent f5c7bba commit ed657dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

- name: Build
run: |
make dist-key
GOOS=linux make build-stayrtr
GOOS=darwin make build-stayrtr
GOOS=windows EXTENSION=.exe make build-stayrtr
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

- name: Build
run: |
make dist-key
GOOS=linux make build-stayrtr
GOOS=darwin make build-stayrtr
GOOS=windows EXTENSION=.exe make build-stayrtr
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ go get github.com/bgp/stayrtr/cmd/stayrtr
You can use the Makefile (by default it will be compiled for Linux, add `GOOS=darwin` for Mac)

```bash
$ make dist-key build-stayrtr
$ make build-stayrtr
```

The compiled file will be in `/dist`.
Expand Down

0 comments on commit ed657dc

Please sign in to comment.