Skip to content

Commit

Permalink
updated readme for testing, and removed cron schedule (only manual bu…
Browse files Browse the repository at this point in the history
…ild)
  • Loading branch information
Ogglord committed Jun 13, 2024
1 parent 4248d9a commit 4da0ee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: bluebuild
on:
schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building)
push:
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Birdie  
<img align="left" width="20%" src="https://raw.githubusercontent.com/Ogglord/birdie/b04467a5eb5d85c0236397ac62125be038350b14/config/files/usr/share/pixmaps/system-logo-white.png" alt="Birdie OS">

This is a custom image built upon Fedora Atomic Desktops, the base image is [bazzite](https://github.com/ublue-os/bazzite/):stable. This spin adds a few developer tools, quality of life CLI tools and a setup with firefox, google chrome and working integration towards 1Password. This is my daily driver. It's based on the bluebuild template and built using bluebuild's [github actions](https://github.com/blue-build/github-action). It can also be built locally using the bluebuild CLI tool.
&nbsp;&nbsp;**Note: This is the *:testing* branch**

This is a custom image built upon Fedora Atomic Desktops, the base image is [bazzite](https://github.com/ublue-os/bazzite/):testing. This spin adds a few developer tools, quality of life CLI tools and a setup with firefox, google chrome and working integration towards 1Password. This is my daily driver. It's based on the bluebuild template and built using bluebuild's [github actions](https://github.com/blue-build/github-action). It can also be built locally using the bluebuild CLI tool.

<p>&nbsp;</p>

Expand Down Expand Up @@ -29,15 +31,15 @@ The recommendation is to install another atomic Fedora distro first, and rebase

- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ogglord/birdie-os:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ogglord/birdie-os:br-testing-40
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ogglord/birdie-os:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ogglord/birdie-os:br-testing-40
```
- Reboot again to complete the installation
```
Expand Down

0 comments on commit 4da0ee6

Please sign in to comment.