-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat: add s390x release and image to support s390x architecture #732
Conversation
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.
@dmittelstaedt Can you signoff the commit so the DCO check can pass?
test/e2e/README.md
Outdated
@@ -104,12 +104,15 @@ graph TD; | |||
A1--linux/amd64-->A2[oci image] | |||
A1--linux/arm64-->A3[oci image] | |||
A1--linux/arm/v7-->A4[oci image] | |||
A1--linux/s390x-->A5[oci image] |
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.
You don't need to change this file. Since this section provides a description for e2e test image (in test\e2e\testdata\distribution\mount\images.tar.gz
), not oras released image in GHCR.
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.
I reverted this file to the commit before my changes and signed off both commits.
Codecov Report
@@ Coverage Diff @@
## main #732 +/- ##
=======================================
Coverage 73.17% 73.17%
=======================================
Files 16 16
Lines 574 574
=======================================
Hits 420 420
Misses 123 123
Partials 31 31 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
4a76909
to
90babf4
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.
Since oras follows conventional commits, can you kindly change the title to feat: add s390x release and image to support s390x architecture
. Also add Resolves #731
in the PR body, thanks!
Other part looks good. I have validated in my own repo that s390x image and binary will be correctly generated.
Signed-off-by: dmittelstaedt <mittelstaedt.david@gmail.com>
90babf4
to
4ebecf1
Compare
@dmittelstaedt Sorry I didn't make it clear, I mean editing the PR title and PR body. It will help generate the release notes, thanks. |
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
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
…-project#732) Resolves oras-project#731 Signed-off-by: dmittelstaedt <mittelstaedt.david@gmail.com>
Resolves #731
With this PR s390x release and image is added to oras. I build the binary and image for s390x and tested it on s390x architecture.
Binary:
Image: