-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
manifest-tool doesn't support mips #2753
Conversation
Thank you for your contribution. I've just checked the OWNERS files to find a suitable reviewer. This search was successful and I've asked grobie (via If you have questions or suggestions for this bot, please file an issue against the miekg/dreck repository. The bot understands the commands that are listed here. |
Hmm. That's unfortunate. Can you add a comment in the Makefile as well, why
mips is handled differently.
Otherwise lgmt
…On Tue, 2 Apr 2019, 21:25 chrisohaver, ***@***.***> wrote:
1. Why is this pull request needed and what does it do?
Looks like linux/mips not supported by manifest-tool ...
manifest-tool push from-args --platforms linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x,linux/mips --template chrisohaver/coredns:coredns-ARCH --target chrisohaver/coredns:1.4.0-6f5b294-kubernetai
FATA[0007] Manifest entry for image chrisohaver/coredns:coredns-mips has unsupported os/arch combination: linux/mips
This removes mips from the manifest, and builds it separately.
2. Which issues (if any) are related? 3. Which documentation changes (if
any) need to be made? 4. Does this introduce a backward incompatible
change or deprecation?
------------------------------
You can view, comment on, or merge this pull request online at:
#2753
Commit Summary
- remove mips from manifest
- derp
File Changes
- *M* Makefile.release
<https://github.com/coredns/coredns/pull/2753/files#diff-0> (5)
Patch Links:
- https://github.com/coredns/coredns/pull/2753.patch
- https://github.com/coredns/coredns/pull/2753.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2753>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVkW41MRlX0oMYiuEPvvAP7jHOsWIobks5vc7y_gaJpZM4cZDNl>
.
|
Codecov Report
@@ Coverage Diff @@
## master #2753 +/- ##
=======================================
Coverage 55.28% 55.28%
=======================================
Files 201 201
Lines 10198 10198
=======================================
Hits 5638 5638
Misses 4145 4145
Partials 415 415 Continue to review full report at Codecov.
|
* remove mips from manifest * derp * add comment
* remove mips from manifest * derp * add comment
1. Why is this pull request needed and what does it do?
Looks like
linux/mips
is not supported bymanifest-tool
...This removes mips from the manifest, and builds it separately.
2. Which issues (if any) are related?
3. Which documentation changes (if any) need to be made?
4. Does this introduce a backward incompatible change or deprecation?