-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build Improvements #40
Conversation
alexlovelltroy
commented
Oct 29, 2024
- Simpler multiarch builds
- use AMD64 v4 rather than v1
- Add packages, rpm, deb, apk
- Simplify Dockerfile
- Improve clarity of Github actions
* Simpler multiarch builds * use AMD64 v4 rather than v1 * Add packages, rpm, deb, apk * Simplify Dockerfile * Improve clarity of Github actions
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.
Besides my comment, this builds fine. But before we merge, we'll want to correct the --skip-publish
to --skip publish
in the goreleaser
command in the README.
All requested changes have been made. I believe this is ready for merge. @synackd ? |
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.
Yep, looks good to me and am able to build/run the container (tested on amd64).