minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.88k stars 552 forks source link

Windows arms release #5035

Closed gedw99 closed 2 months ago

gedw99 commented 2 months ago

would it be possible to release a windows arm64 version ?

https://dl.min.io/client/mc/release/ does not have it and thats where I normally grab it from.

But goreleaser seems to have it in this repo.

Windows on ARM is really a thing there days, especially with the new Qualcomm hardware partnership and Surface hardware.

gedw99 commented 2 months ago

You can test it on your Mac using UTM.

It can run 11 arm64 as native on your MAC

I am also using minio on FreeBSD and UTM runs that too . It’s a custom compile in minio though.

harshavardhana commented 2 months ago

Just build it yourself. go install github.com/minio/mc@latest

gedw99 commented 2 months ago

@harshavardhana

Any chance that you will eventually release the server and cli binaries on your download page ?

As part of my automation, I pull off your https://dl.min.io/ downloads page since it's signed, in order to update the client systems.

harshavardhana commented 2 months ago

No sir we won't be building binaries, source is available please compile it yourself.

You need signed binaries become a customer https://min.io/pricing

gedw99 commented 2 months ago

I get your point :)