Skip to content

Commit 6a21500

Browse files
committed
feat(coreos): move to coreos
1 parent 35002aa commit 6a21500

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/build-server.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: bluebuild-server
1+
name: bluebuild-coreos
22
on:
33
schedule:
44
#- cron: "00 17 * * *" # build at 17:00 UTC every day
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
recipe:
2727
# !! Add your recipes here
28-
- recipe-bazzite-server.yml
28+
- recipe-coreos-server.yml
2929
steps:
3030
# the build is fully handled by the reusable github action
3131

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
paths-ignore: # don't rebuild if only documentation has changed
1010
- "**.md"
11-
- recipe/recipe-bazzite-server.yml
11+
- recipe/recipe-coreos-server.yml
1212

1313
pull_request:
1414
workflow_dispatch: # allow manually triggering builds

recipes/recipe-bazzite-server.yml recipes/recipe-coreos.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This is my personal OS server image with additionnal applications i
66

77
# the base image to build on top of (FROM) and the version tag to use
88
#base-image: ghcr.io/ublue-os/bazzite
9-
base-image: ghcr.io/ublue-os/bazzite
9+
base-image: ghcr.io/ublue-os/ucore-minimal
1010
image-version: latest # latest is also supported if you want new updates ASAP; rawhide is unavailable
1111

1212
# module configuration, executed in order
@@ -30,13 +30,13 @@ modules:
3030
#- from-file: rpm-ostree/printer.yml
3131
- from-file: rpm-ostree/rocm_ai.yml
3232
- from-file: rpm-ostree/syncthing.yml
33-
#- from-file: rpm-ostree/terminal.yml
34-
#- from-file: rpm-ostree/virtualization.yml
33+
- from-file: rpm-ostree/terminal.yml
34+
# from-file: rpm-ostree/virtualization.yml
3535
#- from-file: rpm-ostree/web.yml
3636
#- from-file: rpm-ostree/yubikey.yml
3737

3838
# Install copr
39-
- from-file: copr/docker-ce.yml
39+
#- from-file: copr/docker-ce.yml
4040
- from-file: copr/lazygit.yml
4141
- from-file: copr/lf.yml
4242
# - from-file: copr/syncthingtray.yml
@@ -65,5 +65,6 @@ modules:
6565

6666
# hardware specific
6767
# - from-file: hardware/lenovo-x1-carbon-gen3.yml
68+
#
6869

6970
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 commit comments

Comments
 (0)