mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +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:
|
build-ubuntu-hirsute:
|
||||||
docker:
|
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:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue