LDO-CERT / orochi

The Volatility Collaborative GUI
MIT License
216 stars 20 forks source link

Multi-arch build and images #1098

Open garanews opened 1 month ago

garanews commented 1 month ago

On aarch64 currently build fails for worker, django, scheduler.

garanews commented 1 month ago

image

garanews commented 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.

garanews commented 1 month ago

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