Skip to content
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

Merged

Conversation

SchSeba
Copy link
Collaborator

@SchSeba SchSeba commented Aug 28, 2024

  • switch to the right image registry
  • allow to add golang flags

.gitignore Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@SchSeba SchSeba force-pushed the allow_golang_flags_config branch from b533c51 to c459cf4 Compare August 28, 2024 14:12
Copy link
Collaborator

@Eoghan1232 Eoghan1232 left a 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
Copy link
Contributor

@adrianchiris adrianchiris Sep 3, 2024

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

Copy link
Collaborator Author

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

Copy link
Contributor

@adrianchiris adrianchiris left a 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]>
@SchSeba SchSeba force-pushed the allow_golang_flags_config branch from c459cf4 to 4268a38 Compare September 4, 2024 07:05
@SchSeba
Copy link
Collaborator Author

SchSeba commented Sep 4, 2024

Thanks folks!

merging

@SchSeba SchSeba merged commit 0f6a784 into k8snetworkplumbingwg:master Sep 4, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants