generated from ublue-os/base
-
Notifications
You must be signed in to change notification settings - Fork 62
44 lines (41 loc) · 1.1 KB
/
build-41.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: ublue main 41
on:
pull_request:
merge_group:
schedule:
- cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
image_name:
- base
- silverblue
- kinoite
- sericea
- onyx
- lazurite
- vauxite
include:
- image_name: base
source_image_name: base-atomic
- image_name: onyx
source_image_name: budgie-atomic
- image_name: sericea
source_image_name: sway-atomic
- image_name: lazurite
source_image_name: lxqt-atomic
- image_name: vauxite
source_image_name: xfce-atomic
with:
image_name: ${{ matrix.image_name }}
source_image_name: ${{ matrix.source_image_name }}
fedora_version: 41