build for more fedora versions
This commit is contained in:
parent
8a1aaad46c
commit
ddc22f9a53
1 changed files with 5 additions and 1 deletions
|
|
@ -2,9 +2,13 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fedora-version: ["40", "41", rawhide]
|
||||
runs-on: docker
|
||||
container:
|
||||
image: fedora:40
|
||||
image: fedora:${{ matrix.fedora-version }}
|
||||
steps:
|
||||
- run: dnf install -y nodejs rpmdevtools git wget
|
||||
- name: set up base build env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue