Skip to content

Commit

Permalink
build(uild.yml): added building in fedora iamges
Browse files Browse the repository at this point in the history
Added the building of rohmu inside of fedora
  • Loading branch information
Alex-Manson-Aiven committed Aug 5, 2024
1 parent 9358041 commit 8dcc0b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
# only use one version for the lint step
python-version: ["3.11"]
fedora-version: ["38"]
container:
image: fedora:${{ matrix.fedora-version }}

steps:

Expand Down Expand Up @@ -60,6 +63,9 @@ jobs:
max-parallel: 4
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
fedora-version: ["38"]
container:
image: fedora:${{ matrix.fedora-version }}

steps:
- id: checkout-code
Expand Down

0 comments on commit 8dcc0b7

Please sign in to comment.