welteki/faas-cli-nix

faas-cli expects different platform string format

Closed this issue · 0 comments

The platform variable is set to the nix system string at compile time but faas-cli expects a different string format.

eg: faas-cli store list returns

No functions found in the store for platform 'x86_64-linux', try one of the following: arm64, armhf, x86_64

The nix system strings should be mapped to the corresponding platform strings.