-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve Makefile #41
improve Makefile #41
Conversation
SchSeba
commented
Aug 28, 2024
- switch to the right image registry
- allow to add golang flags
b533c51
to
c459cf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
Makefile
Outdated
GO = go | ||
GO_BUILD_OPTS ?=CGO_ENABLED=0 | ||
GO_LDFLAGS ?= -s -w | ||
GO_FLAGS ?= -buildmode=pie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need this ? we dont do it in other repos ? the -buildmode=pie that is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just did a copy paste :P
but sure let me remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just one minor nit
* switch to the right image registry * allow to add golang flags Signed-off-by: Sebastian Sch <[email protected]>
c459cf4
to
4268a38
Compare
Thanks folks! merging |