microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

Architecture aarch64 unsupported using homebrew feature for Node.js dev container #1479

Closed souhailmerroun closed 2 years ago

souhailmerroun commented 2 years ago

Steps to Reproduce:

  1. Create a fresh container with Node.js
  2. Add homebrew feature
    "features": {
    "homebrew": "latest"
    }
 > [3/3] RUN cd /tmp/build-features/local-cache && chmod +x ./install.sh && ./install.sh:
#5 0.682 (*) Script: homebrew-debian.sh automatic true false
#5 0.693 (!) Architecture aarch64 unsupported
image
bamurtaugh commented 2 years ago

cc @andreiborisov

andreiborisov commented 2 years ago

As far as I know Homebrew doesn't support aarch64, they only support arm64 in macOS

bamurtaugh commented 2 years ago

Thanks @andreiborisov!

@souhailmerroun As this sounds like a Homebrew issues rather than dev container feature issue, I'm going to close this, but please let me know if there's something else to consider or discuss here. Thanks!

souhailmerroun commented 2 years ago

oh alright, thank you guys, amazing work btw i'm the biggest fan ❤️