Skip to content

Commit

Permalink
EL9 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Nov 17, 2022
1 parent 7f3b096 commit 6f22316
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,21 @@ workflows:
tags: {only: /^v.*/}
name: deploy-el8
requires: [build-el8]
build-deploy-fc34:
build-deploy-el9:
jobs:
- build:
dist: fc34
dist: el9
filters:
tags: {only: /.*/}
name: build-fc34
name: build-el9
- deploy:
context: org-global
dist: fc34
dist: el9
filters:
branches: {ignore: /.*/}
tags: {only: /^v.*/}
name: deploy-fc34
requires: [build-fc34]
name: deploy-el9
requires: [build-el9]
build-deploy-fc35:
jobs:
- build:
Expand All @@ -147,4 +147,19 @@ workflows:
branches: {ignore: /.*/}
tags: {only: /^v.*/}
name: deploy-fc35
requires: [build-fc35]
requires: [build-fc35]
build-deploy-fc36:
jobs:
- build:
dist: fc36
filters:
tags: {only: /.*/}
name: build-fc36
- deploy:
context: org-global
dist: fc36
filters:
branches: {ignore: /.*/}
tags: {only: /^v.*/}
name: deploy-fc36
requires: [build-fc36]

0 comments on commit 6f22316

Please sign in to comment.