mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Build ubuntu:21.04 package in 20.10 containre
This commit is contained in:
parent
f240b8edb6
commit
990870c4b9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue