Skip to content

Commit

Permalink
Merge branch 'main' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jun 23, 2024
2 parents f192c42 + a97f1fa commit 4d979a8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/build-coreos-bluefin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: bluefin CoreOS Kernel
on:
merge_group:
pull_request:
branches:
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
workflow_dispatch:

jobs:
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
brand_name: bluefin
fedora_version: coreos
3 changes: 2 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Check just syntax
uses: ublue-os/just-action@v1

- name: Generate tags
id: generate-tags
shell: bash
Expand Down Expand Up @@ -229,6 +229,7 @@ jobs:
- name: Sign kernel
uses: ublue-os/[email protected]
if: github.event_name != 'pull_request'
with:
image: ${{ steps.build_image.outputs.image }}
default-tag: ${{ env.DEFAULT_TAG }}
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4d979a8

Please sign in to comment.