natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.76k stars 585 forks source link

Travis-ci: added support for ppc64le #116

Open dthadi3 opened 3 years ago

dthadi3 commented 3 years ago

Signed-off-by: Devendranath Thadi devendranath.thadi3@gmail.com

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

dthadi3 commented 3 years ago

@glaslos waiting for your response regarding ppc64le code merging. Thanks!

glaslos commented 3 years ago

@dthadi3 I'm not a maintainer of this project. I'm not quite sure what the motivation is to add this. I think from a lumberjack point of view it's perfectly sufficient to just support amd64.

dthadi3 commented 3 years ago

@glaslos Thanks for your response, yeah we are adding support for power(ppc64le) for future testing purpose.

@natefinch waiting for your response regarding ppc64le code merging. Thanks!