-
Notifications
You must be signed in to change notification settings - Fork 746
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
chore: Workflow to build all Arch #1218
Conversation
Signed-off-by: mickkael <[email protected]>
Signed-off-by: mickkael <[email protected]>
67bc4e2
to
5170f39
Compare
2544e8d
to
5170f39
Compare
Signed-off-by: mickkael <[email protected]>
3e6f7e9
to
550ecad
Compare
I've updated the makefile for the test workflow to pass following the modification. |
Hi @whynowy , any comment, anything to improve? |
a2e5285
to
17296e7
Compare
Signed-off-by: mickkael <[email protected]>
17296e7
to
a7ca361
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.
still WIP
a2c79d7
to
628d0e0
Compare
Signed-off-by: mickkael <[email protected]>
628d0e0
to
5a2d79b
Compare
@whynowy , ready for a "hopefully" final review.
I'm now fluent with github actions and makefile ! |
Signed-off-by: mickkael <[email protected]>
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.
clean up done, and comments replied
…o-events into release-gh-workflow
Signed-off-by: mickkael <[email protected]>
53fa99a
to
a107c22
Compare
I have added a set-buildx instruction in the makefile. I guess it's useful to have buildx setup automatically rather than being a prereq. |
Signed-off-by: mickkael <[email protected]>
Signed-off-by: mickkael <[email protected]>
Signed-off-by: mickkael <[email protected]>
Signed-off-by: mickkael <[email protected]>
Signed-off-by: mickkael <[email protected]>
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.
Conditional approve, please remove the set-buildx
part.
Signed-off-by: mickkael <[email protected]>
* Dockerfile compatible with all Architecture builds Signed-off-by: mickkael <[email protected]> * release workflow multi-arch Signed-off-by: mickkael <[email protected]> * fix image command in makefile Signed-off-by: mickkael <[email protected]> * Simplify code Signed-off-by: mickkael <[email protected]> * with DOCKER_PUSH to true Signed-off-by: mickkael <[email protected]> * fix release wf for non argoproj namespace build Signed-off-by: mickkael <[email protected]> * clean up Signed-off-by: mickkael <[email protected]> * rem DO_BUILD add set-buildx Signed-off-by: mickkael <[email protected]> * improve buildx to not reinstall and check exec Signed-off-by: mickkael <[email protected]> * fix bug if gzipped binaries exists already Signed-off-by: mickkael <[email protected]> * small bug Signed-off-by: mickkael <[email protected]> * improve reliability Signed-off-by: mickkael <[email protected]> * test compatible with sh instead of bash Signed-off-by: mickkael <[email protected]> * remove set-buildx Signed-off-by: mickkael <[email protected]>
Checklist: