rexray / dvdcli

A tool for exposing native Docker Volume Driver functionality through a CLI
Apache License 2.0
33 stars 14 forks source link

Added support for for s390x architecture #34

Closed ntamhank-ibm closed 7 years ago

ntamhank-ibm commented 7 years ago

Modified Makefile to support building on s390x architecture. Only build instructions have been added. These changes have been tested on s390x and also on x86_64 successfully.

cantbewong commented 7 years ago

Willing to entertain this error in travis would have to be addressed: target: rpm ...building rpm s390x...setarch: s390x: Unrecognized architecture Makefile:352: recipe for target 'rpm' failed

ntamhank-ibm commented 7 years ago

Hi Steve, requesting you to please consider the new changes. The checks are passing in travis now. Thanks