From 990870c4b9a72668a65d682fba1d536cfe23ec20 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 16 Jun 2021 11:40:06 -0700 Subject: [PATCH] Build ubuntu:21.04 package in 20.10 containre --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index acfb26f..3978ee3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,12 @@ jobs: build-ubuntu-hirsute: docker: - - image: ubuntu:21.04 + # The ubuntu:21.04 container doesn't work in CircleCI until they update + # their docker runtime due to this bug: + # https://stackoverflow.com/questions/66319610/gpg-error-in-ubuntu-21-04-after-second-apt-get-update-during-docker-build + # So for now, we'll build the 21.04 package in a 20.10 container + # - image: ubuntu:21.04 + - image: ubuntu:20.10 steps: - run: name: Install dependencies