-
Notifications
You must be signed in to change notification settings - Fork 15
add docker buildx support #61
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 45.40% 45.40%
=======================================
Files 14 14
Lines 1731 1731
=======================================
Hits 786 786
Misses 839 839
Partials 106 106 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: LavenderQAQ, wawlian The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
879aead
to
2178334
Compare
e7b1b49
to
eaa06de
Compare
eaa06de
to
dbbb8c9
Compare
dbbb8c9
to
2951f8f
Compare
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
add docker buildx multi-arch image building support
Which issue(s) this PR fixes:
none
Special notes for your reviewer:
@lwmqwer
Does this PR introduce a user-facing change?
users can now build multi-arch image with
export IMG=xxx;make buildx-release