Compare commits
2 commits
0a21e68e55
...
db84e0b970
Author | SHA1 | Date | |
---|---|---|---|
db84e0b970 | |||
|
ee523427cb |
3 changed files with 4 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -141,7 +141,7 @@ jobs:
|
|||
# to consume. For more details, review the image signing section of the README.
|
||||
|
||||
# Sign container
|
||||
- uses: sigstore/cosign-installer@v3.7.0
|
||||
- uses: sigstore/cosign-installer@v3.8.0
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
- name: Sign container image
|
||||
|
|
2
build.sh
2
build.sh
|
@ -21,6 +21,8 @@ curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${RELEASE}".repo https://copr.fe
|
|||
|
||||
curl -Lo /etc/yum.repos.d/_copr_pgdev-ghostty-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/pgdev/ghostty/repo/fedora-"${RELEASE}"/pgdev-ghostty-fedora-"${RELEASE}".repo
|
||||
|
||||
curl -Lo /etc/yum.repos.d/_copr_alternateved-bleeding-emacs-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/alternateved/bleeding-emacs/repo/fedora-"${RELEASE}"/alternateved-bleeding-emacs-fedora-"${RELEASE}".repo
|
||||
|
||||
curl https://downloads.1password.com/linux/keys/1password.asc | tee /etc/pki/rpm-gpg/1password.gpg
|
||||
|
||||
### Install 1password using blue-build script
|
||||
|
|
1
packages
1
packages
|
@ -6,6 +6,7 @@ tuigreet
|
|||
niri
|
||||
|
||||
# apps
|
||||
emacs
|
||||
foot
|
||||
ghostty
|
||||
mako
|
||||
|
|
Loading…
Add table
Reference in a new issue