Closed garanews closed 1 month ago
@dadokkio For Dask images there are few open issues https://github.com/dask/dask-cloudprovider/issues/404 https://github.com/dask/dask-docker/issues/128 Their image is built from https://hub.docker.com/r/condaforge/mambaforge/tags that suppoort arm64 too, we can build our own image of dask in order to support arm64 too.
in Dockerfile of django we can skip the download of go binaries architecture dependent and use the go image (tested already in branch new), then can retry github action without
provenance: false
flag and see if works
On aarch64 currently build fails for worker, django, scheduler.