Build fedora:34 package in fedora:33 container

This commit is contained in:
Micah Lee 2021-06-16 13:58:30 -07:00
parent 990870c4b9
commit 0c6c05a29e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -156,7 +156,10 @@ jobs:
build-fedora-34:
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:
- run:
name: Install dependencies