Skip to content

Commit

Permalink
feat: adding bazzite image since they use fsync kernel and should be …
Browse files Browse the repository at this point in the history
…broadly compatible
  • Loading branch information
lauretano committed Oct 22, 2024
1 parent ed68a04 commit 05502c7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-ublue.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: T2 Ublue Build
on:
#schedule:
# - cron: "00 7 * * *" # build after 07:00 UTC every day
schedule:
- cron: "00 7 * * *" # build after 07:00 UTC every day
# (bluefin/aurora builds at around 05:45 UTC)
# push:
# paths-ignore: # don't rebuild if only documentation has changed
# - "**.md"

# pull_request:
#pull_request:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
Expand All @@ -21,12 +21,12 @@ jobs:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
- t2-atomic-bluefin.yml
- t2-atomic-bluefin-dx.yml
- t2-atomic-aurora.yml
- t2-atomic-aurora-dx.yml
#- t2-atomic-bazzite.yml
#- t2-atomic-bazzite-gnome.yml
#- t2-atomic-bluefin.yml
#- t2-atomic-bluefin-dx.yml
#- t2-atomic-aurora.yml
#- t2-atomic-aurora-dx.yml
- t2-atomic-bazzite.yml
- t2-atomic-bazzite-gnome.yml

steps:
# the build is fully handled by the reusable github action
Expand Down
16 changes: 16 additions & 0 deletions recipes/t2-atomic-bazzite-gnome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# 2024 Chris Lauretano <os@cdl.sh>
# this is an experiment to get bluefin-dx properly operational on T2 macs
# now that bluefin uses fsync kernel that has basic T2 patches
name: t2-atomic-bazzite-gnome
# description will be included in the image's metadata
description: Bazzite (Gnome) Repackaged for Apple T2 Hardware.

base-image: ghcr.io/ublue-os/bazzite-gnome
image-version: latest

modules:
- from-file: common/common-files.yml
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- type: signing # this sets up the proper policy & signing files for signed images to work fully

16 changes: 16 additions & 0 deletions recipes/t2-atomic-bazzite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# 2024 Chris Lauretano <os@cdl.sh>
# this is an experiment to get bluefin-dx properly operational on T2 macs
# now that bluefin uses fsync kernel that has basic T2 patches
name: t2-atomic-bazzite
# description will be included in the image's metadata
description: Bazzite Repackaged for Apple T2 Hardware.

base-image: ghcr.io/ublue-os/bazzite
image-version: latest

modules:
- from-file: common/common-files.yml
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 05502c7

Please sign in to comment.