Skip to content

Commit

Permalink
Chore: remove loggie bin suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethfoo committed Nov 2, 2022
1 parent de7dc61 commit 46bc60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
draft: false
prerelease: false
files: |
loggie-linux-amd64
loggie
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ benchmark: ## Run benchmark
##@ Build

build: ## go build
CGO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -mod=vendor -a ${extra_flags} -o loggie-${GOOS}-${GOARCH} cmd/loggie/main.go
CGO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -mod=vendor -a ${extra_flags} -o loggie cmd/loggie/main.go

##@ Images

Expand Down

0 comments on commit 46bc60e

Please sign in to comment.