-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Releasing docker image for arm64 #1383
Conversation
Hey, thank you for opening your first Pull Request ! |
@sayboras I have addressed the comment. |
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.
Couple of comments for Dockerfile. Can you also update PR description? Having good commit mesage will definitely help for other to review as well.
6020162
to
4c808f9
Compare
I think this PR is in better shape now, you can rebase with master and mark it ready for review. |
Signed-off-by: odidev <[email protected]>
Signed-off-by: odidev <[email protected]>
4c808f9
to
84bf68f
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.
Thanks for your contribution.
LGTM based on the asumption that we will need to remove docker in goreleaser. One implication of such removal is that generated release docs will not have docker details. I am completely ok with it as https://golangci-lint.run/usage/install/ website is having step on how to run with docker.
/cc @golangci/team @golangci/core-team
Seems like there is no more comment, I am merging this PR 💯 |
Hey, @odidev — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
Thanks for the merge. May I know when are you planning on releasing/uploading arm64 docker images? |
Prepared PR #1456 was merged, maybe sometime this week for new release, this will be first time we test new docker build as well. |
As part of golangci#1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. Fixes golangci#1468 Signed-off-by: Tam Mach <[email protected]>
As part of golangci#1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. Fixes golangci#1468 Signed-off-by: Tam Mach <[email protected]>
As part of golangci#1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. Fixes golangci#1468 Signed-off-by: Tam Mach <[email protected]>
As part of golangci#1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. Fixes golangci#1468 Signed-off-by: Tam Mach <[email protected]>
As part of golangci#1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. Fixes golangci#1468 Signed-off-by: Tam Mach <[email protected]>
* build(docker): Fix version details in docker image As part of #1383, multi-arch docker build was supported. However, ldflags for version details was missing. This commit is to add -ldflags as part of Docker build. I take this chance to refactor github action as well. Fixes #1468 Signed-off-by: Tam Mach <[email protected]>
Updated below files: