Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Not able to install on alpine linux #16

Open
1 task done
pascallap opened this issue Oct 24, 2023 · 0 comments
Open
1 task done

Bug: Not able to install on alpine linux #16

pascallap opened this issue Oct 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pascallap
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Orb version

No response

Current behavior

Invoking the install-cli command on alpine will result with: Cannot determine OS type. Exiting...

Minimum reproduction config

version: 2.1
setup: true
orbs:
  1password: onepassword/[email protected]

jobs:
    demo:
        docker:
            image: alpine:latest
        steps:
            - 1password/install-cli
workflows:
  demo:
    jobs:
        - demo

Other

Alpine is supported since version 2.0.1 of the onepassword cli.

It should be available for install with this orb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant