Skip to content
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

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

dongjiang1989
Copy link
Collaborator

@dongjiang1989 dongjiang1989 commented Dec 6, 2023

Build muti-arch images for ghcr.io with github actions.

Signed-off-by: dongjiang1989 <[email protected]>
Dockerfile.muti Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97e97c0) 32.02% compared to head (7f886b7) 32.35%.
Report is 2 commits behind head on main.

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              
Flag Coverage Δ
unittests 32.35% <ø> (+0.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dongjiang1989
Copy link
Collaborator Author

@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
Copy link
Collaborator

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 ?

Copy link
Collaborator Author

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]>
Copy link
Collaborator

@peter-wangxu peter-wangxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@peter-wangxu peter-wangxu merged commit 7951134 into alibaba:main Dec 13, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants