mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Build fedora:34 package in fedora:33 container
This commit is contained in:
parent
990870c4b9
commit
0c6c05a29e
1 changed files with 4 additions and 1 deletions
|
@ -156,7 +156,10 @@ jobs:
|
||||||
|
|
||||||
build-fedora-34:
|
build-fedora-34:
|
||||||
docker:
|
docker:
|
||||||
- image: fedora:34
|
# The package_cloud ruby gem doesn't work properly when installed in fedora 34,
|
||||||
|
# so for now we'll built the fedora 34 package in a fedora:33 container
|
||||||
|
# - image: fedora:34
|
||||||
|
- image: fedora:33
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue