gluster / gluster-containers

Dockerfiles (CentOS, Fedora, Red Hat) for GlusterFS
https://github.com/gluster/gluster-containers/pkgs/container/gluster-containers
223 stars 135 forks source link

Modify Dockerfile to build on ARM64 platform #144

Closed dodiadodia closed 5 years ago

dodiadodia commented 5 years ago

Modify the Centos/Dockerfile to build on ARM64 platform, so we can build ARM64 glusterfs image when assign the "ARCH=arm64". The original source hard-codes "yum -y downgrade" on x86_64 platform.

humblec commented 5 years ago

@nixpanic Can you please review this ?