Skip to content

Commit 7273ffb

Browse files
committed
switch singleuser base image for arm tests
chartpress doesn't support multiple base images, but real deployments won't use the sample image anyway
1 parent e730761 commit 7273ffb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
pip3 install --no-cache-dir -r dev-requirements.txt
5151
name: Install dependencies
5252

53+
- run:
54+
name: fix singleuser base image for aarch64
55+
# Jupyter docker-stacks don't have multi-arch images
56+
# see https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2844
57+
command: |
58+
sed -i -E s@base-notebook:latest@base-notebook:aarch64-latest@ images/singleuser-sample/Dockerfile
59+
git diff
60+
5361
- run:
5462
command: |
5563
chartpress

0 commit comments

Comments
 (0)