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
37 stars 9 forks source link

Use ghcr.io to store closure #39

Closed hamishmack closed 1 year ago

angerman commented 1 year ago

I guess we can limit windows to linux->windows (on x86_64 only)

angerman commented 1 year ago

I also think we should extract the windows-cross logic into its own PR. This PR is getting way too big, and commingles different topics :-/

angerman commented 1 year ago

@hamishmack so we can't do aarch64-darwin and aarch64-linux, because we need to build on those architectures in GHA?