Update and rename build.yml to build-fc40.yml
This commit is contained in:
parent
4038ae8c9f
commit
49cea7658f
@ -1,9 +1,15 @@
|
|||||||
name: RPM Build
|
name: RPM Build (Fedora 40)
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: fedora:40
|
||||||
|
volumes:
|
||||||
|
- /proc:/proc
|
||||||
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -12,7 +18,6 @@ jobs:
|
|||||||
uses: naveenrajm7/rpmbuild@master
|
uses: naveenrajm7/rpmbuild@master
|
||||||
with:
|
with:
|
||||||
spec_file: "fedora-kernel-manager.spec"
|
spec_file: "fedora-kernel-manager.spec"
|
||||||
additional_repos: "['centos-release-scl', 'http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm']"
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
Loading…
Reference in New Issue
Block a user