mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Comment out deploying to fedora 37, because packagecloud.io does not support it yet
This commit is contained in:
parent
5dd23d13f4
commit
d7cbe419cc
1 changed files with 19 additions and 19 deletions
|
@ -187,16 +187,16 @@ jobs:
|
|||
- run: *copy-image
|
||||
- run: *build-deb
|
||||
|
||||
build-fedora-37:
|
||||
docker:
|
||||
- image: fedora:37
|
||||
resource_class: medium+
|
||||
steps:
|
||||
- run: *install-dependencies-rpm
|
||||
- checkout
|
||||
- restore_cache: *restore-cache
|
||||
- run: *copy-image
|
||||
- run: *build-rpm
|
||||
# build-fedora-37:
|
||||
# docker:
|
||||
# - image: fedora:37
|
||||
# resource_class: medium+
|
||||
# steps:
|
||||
# - run: *install-dependencies-rpm
|
||||
# - checkout
|
||||
# - restore_cache: *restore-cache
|
||||
# - run: *copy-image
|
||||
# - run: *build-rpm
|
||||
|
||||
build-fedora-36:
|
||||
docker:
|
||||
|
@ -237,12 +237,12 @@ jobs:
|
|||
dnf --allowerasing -y distro-sync
|
||||
dnf install -y ruby-devel
|
||||
gem install package_cloud
|
||||
- run:
|
||||
name: Deploy fedora/37
|
||||
environment:
|
||||
PACKAGE_TYPE: "rpm"
|
||||
PACKAGECLOUD_DISTRO: "fedora/37"
|
||||
<<: *deploy-packagecloud
|
||||
# - run:
|
||||
# name: Deploy fedora/37
|
||||
# environment:
|
||||
# PACKAGE_TYPE: "rpm"
|
||||
# PACKAGECLOUD_DISTRO: "fedora/37"
|
||||
# <<: *deploy-packagecloud
|
||||
- run:
|
||||
name: Deploy fedora/36
|
||||
environment:
|
||||
|
@ -328,9 +328,9 @@ workflows:
|
|||
#- build-debian-bookworm:
|
||||
# requires:
|
||||
# - build-container-image
|
||||
- build-fedora-37:
|
||||
requires:
|
||||
- build-container-image
|
||||
# - build-fedora-37:
|
||||
# requires:
|
||||
# - build-container-image
|
||||
- build-fedora-36:
|
||||
requires:
|
||||
- build-container-image
|
||||
|
|
Loading…
Reference in a new issue