Skip to content

Commit

Permalink
chore: clean makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 15, 2023
1 parent bbfe7ef commit 1950b9d
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 @@ -16,7 +16,7 @@ go-deps:
go mod tidy
go mod vendor

go-build: go-deps
go-build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod vendor -ldflags '-w -extldflags "-static"' -o dist-bin/dockerfile-x-frontend .


Expand Down

0 comments on commit 1950b9d

Please sign in to comment.