mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
workflows: build: Add support for Fedora 38
This commit is contained in:
parent
044aed2777
commit
caa63e14f5
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -23,12 +23,15 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image_name: ['', '-desktop']
|
||||
major_version: [37]
|
||||
major_version: [37, 38]
|
||||
include:
|
||||
- major_version: 37
|
||||
is_latest: false
|
||||
is_stable: true
|
||||
- major_version: 38
|
||||
is_latest: true
|
||||
is_stable: true
|
||||
steps:
|
||||
steps:
|
||||
# Checkout push-to-registry action GitHub repository
|
||||
- name: Checkout Push to Registry action
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user