tw29845

Results 6 comments of tw29845

Unsure why the [pipeline building the Docker images is failing](https://github.com/coder/images/actions/runs/17098185014/job/48492671463?pr=306), but I don't believe it is anything to do with my changes

@johnstcn Are you able to tell why the [pipeline](https://github.com/coder/images/actions/runs/17123748954/job/48582014023?pr=306) building the images fails? If it's auth issues due to me merging in a fork then I'm not sure what I...

> @tw29845 I get this when building on `linux/arm/v7`: > > ``` > 22 3.478 'curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"': command failed with exit code 22. > ```...

So far as I can find, SDKMAN does not support 32-bit ARM architecture. There is a ticket asking about just that, but no replies ([see here](https://github.com/sdkman/sdkman-cli-native/issues/322)). I have hacked together...

> AFAICT the only reason I'm aware we support the armv7 architecture is for the older models of Raspberry Pi. I'd rather not drop support for this platform as it's...