Skip to content

Commit bdff114

Browse files
committed
Revert workaround for singleuser arm image, no longer needed
1 parent 67b5fff commit bdff114

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ 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-
6153
- run:
6254
command: |
6355
chartpress

0 commit comments

Comments
 (0)