Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update funding #19

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [bketelsen, castrojo, nicknamenamenick]
github: [nicknamenamenick]
6 changes: 2 additions & 4 deletions .github/workflows/build-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ on:
inputs:
brand_name:
description: "Image Brand to Build"
default: '["bluefin"]'
default: '["aurora"]'
type: choice
options:
- '["bluefin"]'
- '["aurora"]'
- '["bluefin", "aurora"]'

jobs:
build-image-beta:
Expand All @@ -30,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
brand_name: ${{ fromJson(inputs.brand_name || '["bluefin", "aurora"]') }}
brand_name: ${{ fromJson(inputs.brand_name || '["aurora"]') }}
with:
brand_name: ${{ matrix.brand_name }}
stream_name: beta
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/build-image-gts.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ on:
inputs:
brand_name:
description: "Image Brand to Build"
default: '["bluefin"]'
default: '["aurora"]'
type: choice
options:
- '["bluefin"]'
- '["aurora"]'
- '["bluefin", "aurora"]'

jobs:
build-image-latest:
Expand All @@ -30,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
brand_name: ${{ fromJson(inputs.brand_name || '["bluefin", "aurora"]') }}
brand_name: ${{ fromJson(inputs.brand_name || '["aurora"]') }}
with:
image_flavors: '["main", "nvidia", "hwe", "hwe-nvidia"]'
brand_name: ${{ matrix.brand_name }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ on:
inputs:
brand_name:
description: "Image Brand to Build"
default: '["bluefin"]'
default: '["aurora"]'
type: choice
options:
- '["bluefin"]'
- '["aurora"]'
- '["bluefin", "aurora"]'

jobs:
build-image-stable:
Expand All @@ -30,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
brand_name: ${{ fromJson(inputs.brand_name || '["bluefin", "aurora"]') }}
brand_name: ${{ fromJson(inputs.brand_name || '["aurora"]') }}
with:
kernel_pin: 6.11.3-300.fc41.x86_64
brand_name: ${{ matrix.brand_name }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ permissions:
id-token: write

jobs:
build-image-gts:
uses: ./.github/workflows/build-image-gts.yml
secrets: inherit
build-image-stable:
uses: ./.github/workflows/build-image-stable.yml
secrets: inherit
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/build-iso-gts.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/build-iso-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
inputs:
brand_name:
description: "Image Brand to Build"
default: '["bluefin"]'
default: '["aurora"]'
type: choice
options:
- '["bluefin"]'
- '["aurora"]'
- '["bluefin", "aurora"]'

jobs:
build-iso-latest:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-iso-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
inputs:
brand_name:
description: "Image Brand to Build"
default: '["bluefin"]'
default: '["aurora"]'
type: choice
options:
- '["bluefin"]'
- '["aurora"]'
- '["bluefin", "aurora"]'

jobs:
build-iso-stable:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
packages: write
steps:
- name: Delete Images Older Than 90 Days
uses: dataaxiom/[email protected].13
uses: dataaxiom/[email protected].14
with:
token: ${{ secrets.GITHUB_TOKEN }}
packages: aurora,aurora-asus,aurora-asus-nvidia,aurora-dx,aurora-dx-asus,aurora-dx-hwe,aurora-dx-asus-nvidia,aurora-dx-hwe-nvidia,aurora-dx-nvidia,aurora-dx-surface,aurora-dx-surface-nvidia,aurora-hwe,aurora-hwe-nvidia,aurora-surface,aurora-nvidia,aurora-surface,aurora-surface-nvidia,bluefin,bluefin-asus-nvidia,bluefin-dx,bluefin-dx-asus-nvidia,bluefin-dx-hwe,bluefin-dx-hwe-nvidia,bluefin-dx-nvidia,bluefin-hwe,bluefin-nvidia
packages: aurora,aurora-asus,aurora-asus-nvidia,aurora-dx,aurora-dx-asus,aurora-dx-hwe,aurora-dx-asus-nvidia,aurora-dx-hwe-nvidia,aurora-dx-nvidia,aurora-dx-surface,aurora-dx-surface-nvidia,aurora-hwe,aurora-hwe-nvidia,aurora-surface,aurora-nvidia,aurora-surface,aurora-surface-nvidia
older-than: 90 days
delete-orphaned-images: true
keep-n-tagged: 7
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ on:
required: true
type: choice
options:
- '["gts", "stable"]'
- '["gts"]'
- '["stable"]'
# - '["stable-daily"]'
# - '["latest"]'
Expand Down
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,15 @@
# bluefin and aurora
# Aurora

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2503a44c1105456483517f793af75ee7)](https://app.codacy.com/gh/ublue-os/bluefin/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

[![GTS Images](https://github.com/ublue-os/bluefin/actions/workflows/build-image-gts.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-image-gts.yml)[![Stable Images](https://github.com/ublue-os/bluefin/actions/workflows/build-image-stable.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-image-stable.yml)[![Latest Images](https://github.com/ublue-os/bluefin/actions/workflows/build-image-latest.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-image-latest.yml)[![Beta Images](https://github.com/ublue-os/bluefin/actions/workflows/build-image-beta.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-image-beta.yml)

## Bluefin - [projectbluefin.io](https://projectbluefin.io)

![image](https://github.com/ublue-os/bluefin/assets/1264109/b093bdec-40dc-48d2-b8ff-fcf0df390e8c)

> "Evolution is a process of constant branching and expansion." - Stephen Jay Gould

Bluefin strives to cover these two use cases. For end users it provides a system as reliable as a Chromebook with near-zero maintainance, with the power of homebrew, flathub, and a container runtime to give you access to all the best software Open Source has to offer. Check [Introduction to Bluefin](https://universal-blue.discourse.group/t/introduction-to-bluefin/41) for a feature walkthrough.

- [Download Bluefin](https://projectbluefin.io/#scene-picker)

## Aurora - [getaurora.dev](https://getaurora.dev)

![Screenshot_20240423_211805](https://github.com/ublue-os/bluefin/assets/40402114/1bea1ed8-d97a-402a-957b-e0f338d38230)

Aurora is a delightful KDE desktop experience for end-users that are looking for reliability and developers for the most-hassle free setup. Zero maintenance included.

- [Download Aurora](https://getaurora.dev)

### What's the relationship between Aurora and Bluefin?

Both Aurora and Bluefin strive to offer a curated out of the box experience for users, they only differ in the default desktop and recommended applications: Bluefin uses GNOME, Aurora uses KDE. They are both maintained and built in this repository.

## Documentation

1. [Discussions and Announcements](https://universal-blue.discourse.group/c/bluefin/6) - strongly recommended!
Expand Down Expand Up @@ -55,14 +39,14 @@

## Repobeats

![Alt](https://repobeats.axiom.co/api/embed/40b85b252bf6ea25eb90539d1adcea013ccae69a.svg "Repobeats analytics image")
![Alt](https://repobeats.axiom.co/api/embed/c86e98a6654e55f789375ff210dd4eb95f757906.svg "Repobeats analytics image")

## Star History

<a href="https://star-history.com/#ublue-os/bluefin&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ublue-os/bluefin&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ublue-os/bluefin&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ublue-os/bluefin&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ublue-os/aurora&type=Date&theme=dark" />

Check notice on line 48 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L48

Element: source
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ublue-os/aurora&type=Date" />

Check notice on line 49 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L49

Element: source
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ublue-os/aurora&type=Date" />

Check notice on line 50 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L50

Element: img
</picture>
</a>
Loading