Skip to content

Commit

Permalink
Disable arm64 for dask/dask-gateway image (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 20, 2022
1 parent cade5d1 commit 7abb97f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/helm/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7abb97f

Please sign in to comment.