Skip to content

Commit

Permalink
Merge pull request jupyterhub#2418 from consideRatio/pr/refresh-circl…
Browse files Browse the repository at this point in the history
…eci-config

ci: refresh circleci config
  • Loading branch information
manics authored Sep 30, 2021
2 parents 8724d7e + 54ba0ca commit bf65b10
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run:
command: >-
curl -sfL https://get.k3s.io |
INSTALL_K3S_CHANNEL=v1.20 sh -s -
INSTALL_K3S_CHANNEL=v1.22 sh -s -
--disable metrics-server
--disable traefik
--docker
Expand All @@ -40,14 +40,9 @@ jobs:
pip3 install --no-cache-dir -r dev-requirements.txt
name: Install dependencies

# TODO: test 'docker build' instead of buildx
# Ideally we'd use standard docker build since we're building for the native
# platform. Unfortunately the singleuser image can't be built on arm64, and the
# easiest way to skip this image is to use chartpress's --platform option,
# which is only supported with docker-buildx engine
- run:
command: |
chartpress --builder docker-buildx --platform linux/arm64
chartpress
name: Run chartpress

- run:
Expand Down

0 comments on commit bf65b10

Please sign in to comment.