-
Notifications
You must be signed in to change notification settings - Fork 18
add docker build job in goreleaser + Dockerfile #159
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
Conversation
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
| dockers: | ||
| - | ||
| goos: linux | ||
| goarch: amd64 |
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 guess having images for other architectures (at least arm64) doesn't hurt.
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.
That would mean I have to create multiple different configuration to create and push the docker image. I'm not sure it's worth it.
We could still do it later if someone is asking. But I doubt a bit on that.
The PR shouldn't be merged until this is figured out, right? |
|
Yeah it's safer to not merge it. To avoid a build failure during a release of the repo |
|
So I added a command to manually login to the docker registry. Maybe @SuperQ you can help us on that if it's ok for you :) |
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com> Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
7c447b5 to
35e7c0b
Compare
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
4a35ffa to
44b15c2
Compare
d5de675 to
44b15c2
Compare
|
close #146 |
related to the issue #146