minio,minio-client: support on all unix platforms
Minio 32bit support seems to be fixed: https://github.com/minio/minio/pull/4921
This commit is contained in:
parent
dfba6485bb
commit
827d1bd618
@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
homepage = https://www.minio.io/;
|
||||
description = "An S3-compatible object storage server";
|
||||
maintainers = with maintainers; [ eelco bachp ];
|
||||
platforms = platforms.x86_64 ++ ["aarch64-linux"];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
homepage = https://github.com/minio/mc;
|
||||
description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
|
||||
maintainers = with maintainers; [ eelco bachp ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user