OpenFunction / cli

A CLI for interacting with OpenFunction.
Apache License 2.0
12 stars 16 forks source link

Is ofn support on mac ? #42

Open halegreen opened 2 years ago

halegreen commented 2 years ago

Can OpenFunction running on minikube? And can you deliver a ofn version running on mac? For now it report zsh: exec format error: ofn error. That would be nice for quick use and local test of new users.

截屏2022-05-01 上午2 14 47
benjaminhuo commented 2 years ago

@ZoeShaw101 There is only ofn binary for amd64 Linux now, we'll add ofn binary for mac on the release page

benjaminhuo commented 2 years ago

ofn demo --auto-prune=false will create a kind cluster and install all necessary components, --auto-prune=false will keep the kind cluster for further exploring.

image