-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix(build): inject Build Info into systemd package #1928
Conversation
@Atharva-Kanherkar thanks for the PR, can you please sign-off, and squash the commits. |
sure! |
Signed-off-by: Atharva-Kanerkar <atharvakanherkar25@gmail.com>
Signed-off-by: Atharva-Kanerkar <atharvakanherkar25@gmail.com>
Signed-off-by: Atharva-Kanerkar <atharvakanherkar25@gmail.com>
Signed-off-by: Atharva-Kanerkar <atharvakanherkar25@gmail.com>
7e7ed2b
to
22e67a3
Compare
Hello, @DelusionalOptimist Kindly please review the PR :) |
Hey @Atharva-Kanherkar |
@@ -10,6 +10,10 @@ builds: | |||
- arm64 | |||
env: | |||
- CGO_ENABLED=0 | |||
ldflags: | |||
- "-X main.BuildDate={{.Date}} -X main.GitCommit={{.Commit}} -X main.GitBranch={{.Branch}} -X main.GitSummary={{.Summary}}" |
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.
u can add the flags in different lines instead of writing all flags in single line
I have squashed them! |
@Atharva-Kanherkar Thanks for the PR. Kindly address the review comments by @tesla59 and also squash your commits. |
Okay! I am sorry but there was some problem which I could not solve so I will just open a new PR. Sorry for the inconvenience. |
fix(build): inject Build Info into systemd package #1928
Purpose of PR?:
This PR ensures that Build Info is included in the KubeArmor systemd package, which was previously missing.
Fixes #1921
Does this PR introduce a breaking change?
No
Additional information for reviewer? :
No
Checklist: