Release v4.6.1
- Back-port previous GitHub release notes to `.github/releases/` - Fix SUSE and Rocky Linux 8 builds Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -2,6 +2,7 @@
|
||||
name: check
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -2,7 +2,7 @@
|
||||
name: nightly
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_dispatch: {}
|
||||
schedule:
|
||||
- cron: '05 00 * * *'
|
||||
|
||||
|
||||
3
.github/workflows/tagged-release.yml
vendored
3
.github/workflows/tagged-release.yml
vendored
@@ -2,10 +2,13 @@
|
||||
name: tagged-release
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
dist:
|
||||
name: Checkout code and build warewulf.spec and dist
|
||||
|
||||
Reference in New Issue
Block a user