Skip to content

Conversation

@Owen-sz
Copy link
Member

@Owen-sz Owen-sz commented Dec 20, 2025

Bumping right to 0.2.0 because asahi

…nd files

Signed-off-by: Owen-sz <owen@fyralabs.com>
@cloudflare-workers-and-pages
Copy link

Deploying ultramarine-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: ccdc884
Status: ✅  Deploy successful!
Preview URL: https://adc56237.ultramarine-website.pages.dev
Branch Preview URL: https://owen-migrate-updates.ultramarine-website.pages.dev

View logs

@nothingneko
Copy link
Member

omg peakness

@Owen-sz
Copy link
Member Author

Owen-sz commented Dec 20, 2025

This should honestly be fine right now, but I need to do more testing, plus may need to add a few 'nice things' for Asahi in here.

@Owen-sz
Copy link
Member Author

Owen-sz commented Dec 20, 2025

Related, but not dependent, PR: Ultramarine-Linux/images#92

Copy link
Collaborator

@june-fish june-fish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its up to you but instead of:

if [[ ${os_id} = "fedora" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing
elif [[ ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing

I'd do something like

if [[ ${os_id} = "fedora" || ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants