From 7abb97f6696717348ce71ab97f47f6b020a0aca1 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 20 Apr 2022 10:56:06 +0200 Subject: [PATCH] Disable arm64 for dask/dask-gateway image (#545) --- resources/helm/chartpress.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/helm/chartpress.yaml b/resources/helm/chartpress.yaml index 22120cff..6663536e 100644 --- a/resources/helm/chartpress.yaml +++ b/resources/helm/chartpress.yaml @@ -27,6 +27,11 @@ charts: contextPath: ../../dask-gateway valuesPath: - gateway.backend.image + # FIXME: psutils, a dependency of distributed, currently doesn't have wheels + # for arm64 and requires `gcc` and `python3-dev` of a compatible version + # of python (python 3.9 for debian bullseye). + skipPlatforms: + - linux/arm64 # Used for the api and controller pods dask-gateway-server: imageName: ghcr.io/dask/dask-gateway-server