Cervac Petru

Results 4 comments of Cervac Petru

`"alpine": true` is a little counterintuitive. Why not just `alpine`? ```json "architectures": [ "x86_64", "arm64"], "osVersion": { "debian": ["10", "11"], "ubuntu": ["20.04", "18.04"], "alpine" } ```

> `"alpine": true` is a little counterintuitive. Why not just `alpine`? > > ```json > "architectures": [ "x86_64", "arm64"], > "osVersion": { > "debian": ["10", "11"], > "ubuntu": ["20.04", "18.04"],...

I got the same error when running inside a dev container. It works however on Windows