Build ubuntu:21.04 package in 20.10 containre

This commit is contained in:
Micah Lee 2021-06-16 11:40:06 -07:00
parent f240b8edb6
commit 990870c4b9
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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