Skip to content

Commit

Permalink
Rebase on Fedora Silverblue 41
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Nov 5, 2024
1 parent ee1b9da commit c756a98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image_name: custom-silverblue
tags: |
${{ github.sha }}
40
41
secrets:
cosign_password: ${{ secrets.COSIGN_PASSWORD }}
cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG silverblue_version=40
ARG silverblue_version=41
FROM quay.io/fedora-ostree-desktops/silverblue:${silverblue_version}

COPY cosign.pub /etc/pki/cosign/cosign.pub
Expand Down
6 changes: 1 addition & 5 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
"name": "gnome-software-rpm-ostree",
"_comment": "Don't want to manage rom-ostree software from a GUI in the OS"
},
{
"name": "gnome-terminal-nautilus",
"_comment": "Don't want Gnome Terminal in the file browser"
},
{
"name": "gnome-tour",
"_comment": "Don't want the tour"
Expand All @@ -108,4 +104,4 @@
}
]
}


0 comments on commit c756a98

Please sign in to comment.