Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 566 Bytes

03-10-scripts-not-working.md

File metadata and controls

20 lines (11 loc) · 566 Bytes

Scripts Don't Work

Symptom

For MacBook M1, some parts of the scripts may not work.

The example error may look like this: Error: unsupported platform OS_TYPE: Darwin, OS_ARCH: arm64; to mitigate this problem set variable KYMA with the absolute path to kyma-cli binary compatible with your operating system and architecture. Stop.

Cause

Kyma CLI is not released for Apple Silicon users.

Remedy

Install Kyma CLI manually and export the path to it.

export KYMA=$(which kyma)