-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: GTS use coreos matched kernel (#1456)
- Loading branch information
Showing
28 changed files
with
292 additions
and
196 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
.github/workflows/build-aurora-iso.yml → ...hub/workflows/build-aurora-latest-iso.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: Aurora ISO | ||
name: Aurora Latest ISO | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 2 * * sun' # 02:00 Sunday | ||
- cron: '0 4 * * sun' # 04:00 Sunday | ||
jobs: | ||
build-40: | ||
name: Aurora 40 | ||
name: Aurora Latest ISO | ||
uses: ./.github/workflows/reusable-build-iso.yml | ||
secrets: inherit | ||
with: | ||
brand_name: aurora | ||
fedora_version: 40 | ||
fedora_version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Aurora Stable ISO | ||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
name: Aurora Stable | ||
uses: ./.github/workflows/reusable-build-iso.yml | ||
secrets: inherit | ||
with: | ||
brand_name: aurora | ||
fedora_version: stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Aurora Beta | ||
on: | ||
# merge_group: | ||
# pull_request: | ||
# branches: | ||
# - main | ||
# - testing | ||
# paths-ignore: | ||
# - "**.md" | ||
# - "system_files/silverblue/**" | ||
# push: | ||
# branches: | ||
# - main | ||
# paths-ignore: | ||
# - "**.md" | ||
# - "system_files/silverblue/**" | ||
# schedule: | ||
# - cron: "40 4 * * *" # 4:40 UTC everyday | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
name: build | ||
uses: ./.github/workflows/reusable-build.yml | ||
secrets: inherit | ||
with: | ||
brand_name: aurora | ||
fedora_version: beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Bluefin Beta | ||
on: | ||
# merge_group: | ||
# pull_request: | ||
# branches: | ||
# - main | ||
# - testing | ||
# paths-ignore: | ||
# - "**.md" | ||
# - "system_files/silverblue/**" | ||
# push: | ||
# branches: | ||
# - main | ||
# paths-ignore: | ||
# - "**.md" | ||
# - "system_files/silverblue/**" | ||
# schedule: | ||
# - cron: "40 4 * * *" # 4:40 UTC everyday | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
name: build | ||
uses: ./.github/workflows/reusable-build.yml | ||
secrets: inherit | ||
with: | ||
brand_name: bluefin | ||
fedora_version: beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.