You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I would like to create a Docker image and install the AWS CLI tools into it. I build the image as a dev container with vscode. The Docker build basically works. However, I run into the error when installing the AWS CLI:
16.64 (*) Installing AWS CLI...
16.67 AWS CLI does not support machine architecture 'armhf'. Please use an x86-64 or ARM64 machine.
16.67 ERROR: Feature "AWS CLI" (ghcr.io/devcontainers/features/aws-cli) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/aws-cli for help troubleshooting this error.
From my point of view, maybe a mapping armhf) architectureStr=aarch64 ;; should probably help here.
The text was updated successfully, but these errors were encountered:
smi-schleupen
changed the title
Build Docker Image on Mac M1 / ARM64 "not supported architecture 'armhf'"
[bug] Build Docker Image on Mac M1 / ARM64 "not supported architecture 'armhf'"
Jun 19, 2024
Hello everyone, I would like to create a Docker image and install the AWS CLI tools into it. I build the image as a dev container with vscode. The Docker build basically works. However, I run into the error when installing the AWS CLI:
16.64 (*) Installing AWS CLI...
16.67 AWS CLI does not support machine architecture 'armhf'. Please use an x86-64 or ARM64 machine.
16.67 ERROR: Feature "AWS CLI" (ghcr.io/devcontainers/features/aws-cli) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/aws-cli for help troubleshooting this error.
From my point of view, maybe a mapping
armhf) architectureStr=aarch64 ;;
should probably help here.I`m using a Macbook Air m1
Here is my Dockerfile:
and my .devcontainer
The text was updated successfully, but these errors were encountered: