-
Notifications
You must be signed in to change notification settings - Fork 352
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
Adding support for power(ppc64le) for travis builds #120
Comments
@repeatedly - any comments on the above ? |
gpg error is key server side issue so it seems no problem for me. |
thanks @repeatedly for your review comments , PR raised. |
are the power images now getting pushed into docker hub? |
We have already sent the PR for docker repository. |
hey @seelam - Fluentd docker image has been made officially multi-arch now |
Hi All,
I have added support for power ( ppc64le ) arch on travis-ci builds via my forked repository - https://github.com/ghatwala/fluentd-docker-image
The travis-ci job url - https://travis-ci.org/ghatwala/fluentd-docker-image/builds/389559309 . As can be seen in this job, the versions which failed on power are failing on Intel as well.
For example gpg keys errors seen.
For v1.1/debian -
Intel - https://travis-ci.org/ghatwala/fluentd-docker-image/jobs/389559316#L975
Power - https://travis-ci.org/ghatwala/fluentd-docker-image/jobs/389559330#L1001
To add support for power for travis build, had to make the following changes.
And to make the dockerfile build for power ....
let me know if your views/suggestions/comments if any , so that i can raise a PR to get this going ?
Regards,
Amit
The text was updated successfully, but these errors were encountered: