Skip to content

Instantly share code, notes, and snippets.

@romanlab
Created June 16, 2021 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanlab/2aff55581b22ed0a26dec31e03c6a779 to your computer and use it in GitHub Desktop.
Save romanlab/2aff55581b22ed0a26dec31e03c6a779 to your computer and use it in GitHub Desktop.
platformCommand:
- os: linux
arch: i386
command: "echo The plugin is located in: \"$HELM_PLUGIN_DIR\" and its name is: \"$HELM_PLUGIN_NAME\". The OS is linux and the arch is i386"
- os: linux
arch: amd64
command: "echo The plugin is located in: \"$HELM_PLUGIN_DIR\" and its name is: \"$HELM_PLUGIN_NAME\". The OS is linux and the arch is amd64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment