Compare commits

..

2 Commits

Author SHA1 Message Date
b955384ebc feat: install nvim nightly
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 2m1s
Build containers / dependent-images (go) (push) Successful in 19s
Build containers / dependent-images (php) (push) Successful in 24s
Build containers / dependent-images (infra) (push) Successful in 59s
2026-02-28 12:15:18 +01:00
433846ada7 ci: remove arm build 2026-02-28 12:14:47 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ jobs:
tags: ${{ github.ref_name }}
context: ./containers/fedora
containerfiles: ./containers/fedora/Containerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
- name: Push
uses: redhat-actions/push-to-registry@v2
with:
@@ -100,7 +100,7 @@ jobs:
context: ./containers/${{ matrix.container }}
containerfiles: ./containers/${{ matrix.container }}/Containerfile
build-args: TAG=${{ github.ref_name }}
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
- name: Push
if: steps.check.outputs.run == 'true'
uses: redhat-actions/push-to-registry@v2

View File

@@ -6,6 +6,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf copr enable -y atim/lazygit && \
dnf copr enable -y atim/lazydocker && \
dnf copr enable -y gierth/tools-golang && \
dnf copr enable agriffis/neovim-nightly && \
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker lazysql