containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
558 stars 80 forks source link

Adding code to run on Powersystem #70

Closed genisysram closed 3 years ago

genisysram commented 4 years ago

Hi Here is my contribution to your code, its working good on powersystems.

Thanks for the code, its working good.

What do these changes do?

Added Architecture "ppc64le"

Are there changes in behavior for the user?

No

thaJeztah commented 3 years ago

This repository is moving away from Travis, so this would probably have to be re-written for GitHub actions (after https://github.com/containerd/ttrpc/pull/78 is merged)

kzys commented 3 years ago

And GitHub Actions don't support ppc64le... Does it make sense to cross-compile ttrpc in GitHub Actions for different platforms/architectures?

dmcgowan commented 3 years ago

a PR to enabling cross compile would be OK