Skip to content

Commit

Permalink
chore: output 'portal' instead of 'portal-bin' for non-production bui…
Browse files Browse the repository at this point in the history
…ld target
  • Loading branch information
ZinoKader committed Mar 6, 2023
1 parent 9cd4a1e commit cea2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lint:
golangci-lint run --timeout 5m ./...

build:
go build -ldflags=${LINKER_FLAGS} -o portal-bin ./cmd/portal/
go build -ldflags=${LINKER_FLAGS} -o portal ./cmd/portal/

build-production:
CGO=0 go build -ldflags=${LINKER_FLAGS} -o portal ./cmd/portal/
Expand Down

0 comments on commit cea2aed

Please sign in to comment.