Skip to content

Commit

Permalink
chore: see if my build fits into unmodified GA runner
Browse files Browse the repository at this point in the history
Also, `use_unstable_cli: true` :3
  • Loading branch information
yacoob committed Nov 8, 2024
1 parent 974d8dd commit 6c44209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
maximize_build_space: false
use_unstable_cli: true
4 changes: 2 additions & 2 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: yaurora
description: 💙 ublue-os/aurora-dx the way I like it
description: 💙 ublue-os/aurora-dx the way I like it

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/aurora-dx
Expand Down Expand Up @@ -61,7 +62,6 @@ modules:
- org.telegram.desktop
- org.wezfurlong.wezterm
- tv.plex.PlexDesktop
remove:

- type: chezmoi
repository: https://github.com/yacoob/dotfiles
Expand Down

0 comments on commit 6c44209

Please sign in to comment.