hashicorp / raft-boltdb

Raft backend implementation using BoltDB
Mozilla Public License 2.0
653 stars 112 forks source link

Added code to run on PowerSystems #20

Open genisysram opened 3 years ago

genisysram commented 3 years ago

Hi Here is my contribution to your code, working fine 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

hashicorp-cla commented 3 years ago

CLA assistant check
All committers have signed the CLA.

genisysram commented 3 years ago

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. For more info tag @gerrith3.

genisysram commented 3 years ago

@catsby Please merge my PR