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

fix/wrong-arch-detection #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JBOClara
Copy link

@JBOClara JBOClara commented Oct 26, 2022

On macos with arm architecture (M1 Apple Silicon), uname may return

uname -a
Darwin FR-XXX.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:20:05 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T8101 x86_64 i386 MacBookPro17,1 Darwin

Currently this asdf-aws-vault plugin will download amd64 version of aws-vault.

asdf plugin-add aws-vault https://github.com/karancode/asdf-aws-vault.git && asdf install aws-vault 6.6.0
Downloading aws-vault from https://github.com/99designs/aws-vault/releases/download/v6.6.0/aws-vault-darwin-amd64.dmg

asdf plugin remove aws-vault

With this fix:

asdf plugin-add aws-vault https://github.com/JBOClara/asdf-aws-vault.git && asdf install aws-vault 6.6.0
Downloading aws-vault from https://github.com/99designs/aws-vault/releases/download/v6.6.0/aws-vault-darwin-arm64.dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant