mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Missed build-fedora-33 job
This commit is contained in:
parent
316884e125
commit
711dc97fff
1 changed files with 10 additions and 0 deletions
|
@ -237,6 +237,16 @@ jobs:
|
||||||
PACKAGECLOUD_DISTRO: "fedora/34"
|
PACKAGECLOUD_DISTRO: "fedora/34"
|
||||||
<<: *deploy-packagecloud
|
<<: *deploy-packagecloud
|
||||||
|
|
||||||
|
build-fedora-33:
|
||||||
|
docker:
|
||||||
|
- image: fedora:33
|
||||||
|
steps:
|
||||||
|
- run: *install-dependencies-rpm
|
||||||
|
- checkout
|
||||||
|
- restore_cache: *restore-cache
|
||||||
|
- run: *copy-image
|
||||||
|
- run: *build-rpm
|
||||||
|
|
||||||
deploy-fedora-33:
|
deploy-fedora-33:
|
||||||
docker:
|
docker:
|
||||||
- image: fedora:33
|
- image: fedora:33
|
||||||
|
|
Loading…
Reference in a new issue