-
Notifications
You must be signed in to change notification settings - Fork 81
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
chores: build muti-arch image with github action #247
Conversation
Signed-off-by: dongjiang1989 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #247 +/- ##
==========================================
+ Coverage 32.02% 32.35% +0.32%
==========================================
Files 41 41
Lines 6426 6426
==========================================
+ Hits 2058 2079 +21
+ Misses 4079 4058 -21
Partials 289 289
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@peter-wangxu PTAL |
FROM openlocal/open-local-base:latest | ||
LABEL maintainers="Alibaba Cloud Authors" | ||
LABEL description="open-local is a local disk management system" | ||
COPY --from=builder /go/src/github.com/alibaba/open-local/bin/open-local /bin/open-local |
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.
Looks restic tools is not included ?
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.
Hmmm... I miss it. Fixed, Please re-check.
Signed-off-by: dongjiang1989 <[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.
LGTM
Build muti-arch images for
ghcr.io
with github actions.