metal3d / katenary

Convert docker and podamn compose to a configurable helm chart
MIT License
154 stars 11 forks source link

Does this work on macos? #63

Open skiwheelr opened 1 year ago

skiwheelr commented 1 year ago

Can I use this with mac and if so, can it be added to homebrew?

metal3d commented 1 year ago

Hello, There is a dawrin build, so you can theorically use it on Mac. At this time, I cannot be sure that it works correctly on Mac. There is no Homebrew build for now, I will try as soon as I finalize the next iteration (dependency declaration, some fixes, better generation, everythin is in another branch)

I keep this opened to create the "brew" package in mind.

K8sKween commented 1 year ago

I was able to make this work, download the release for your arch (I am on an M1 macbook pro), move into your /usr/local/bin/dir, then chmod +x the file.

metal3d commented 1 year ago

The next version will be tested on a Mac. It is a big refactor + more tests.