Skip to content

Commit

Permalink
refactor: create org-wide build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Dec 20, 2024
1 parent f6f9024 commit eb5187e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 305 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-39.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/build-40.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/build-41.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/build-kinoite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build Kinoite
on:
pull_request:

jobs:
build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 40
fedora_edition: kinoite
platforms: amd64, arm64
tags: test
Loading

0 comments on commit eb5187e

Please sign in to comment.