devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
246 stars 128 forks source link

Terraform (asdf) doesn't support arm64 #268

Open jjgriff93 opened 1 year ago

jjgriff93 commented 1 year ago

Get qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory when the feature tries to install. Would be great if the feature could support installing arm64 versions of the terraform tools when that architecture is detected.

jcbhmr commented 1 year ago

TBH that's kinda a shortfall of a lot of our features. We haven't tested them on ARM platform. Codespaces and GitHub Actions all seem to be x86. If only there were a way to run GitHub Actions tests on ARM too...

This gets kinda close maybe? https://github.com/marketplace/actions/arm-runner \ Or this? https://github.com/aquasecurity/trivy/issues/2660#issuecomment-1217145390

Thanks for reporting this though! Hopefully we can fix this.

evilhamsterman commented 1 month ago

This project is not associated with the devcontainer project and appears to have been abandoned https://github.com/devcontainers-contrib/features/issues/628 . The official project has removed all devcontainer-contrib features from their listing. https://github.com/devcontainers/devcontainers.github.io/issues/451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features