input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

Add `aarch64-linux` to GitHub Codespace Action to support macOS M1/M2 VSCode DevContainers #83

Closed yvan-sraka closed 1 year ago

yvan-sraka commented 1 year ago

I'm not sure of that one, since the GA will be run on an x86_64 machine, right?

angerman commented 1 year ago

@yvan-sraka true. GitHub Codespaces will be run on x86_64-linux, but if someone uses this with VSCode locally on an M1/M2, it won't and will need aarch64-linux for the relevant docker container.