Skip to content

Commit

Permalink
feat: enable Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rudenkornk committed Apr 27, 2024
1 parent 0317a4c commit 54d5d6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
! (grep -oP "changed=\d+" __build__/log | grep -oPq "changed=[1-9]")
strategy:
matrix:
ubuntu_tag: ["22.04", "23.04", "23.10"]
ubuntu_tag: ["22.04", "23.04", "23.10", "24.04"]

check_locahost:
runs-on: ubuntu-22.04
Expand Down
4 changes: 4 additions & 0 deletions inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ all:
ansible_connection: podman
ansible_python_interpreter: auto_silent
trusted: true
dotfiles_24.04:
ansible_connection: podman
ansible_python_interpreter: auto_silent
trusted: true
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd ~/projects/dotfiles && make
1. **Easily updatable**.
Versions are stored in manifests and can be easily updated with a single command.
`neovim`'s `lazy-lock.json` however is managed separately by [lazy](https://github.com/folke/lazy.nvim).
1. **Supports & tested under `Ubuntu 22.04`, `Ubuntu 23.04`, `Ubuntu 23.10` and also includes WSL support**.
1. **Supports & tested under `Ubuntu 22.04`, `Ubuntu 23.04`, `Ubuntu 23.10`, `Ubuntu 24.04`, and also includes WSL support**.
On Windows it integrates with the system clipboard.
1. **Secrets inside the repo**.
All the credentials, ssh keys, VPN configs can be stored directly in the repo with support of the [git secret](https://github.com/sobolevn/git-secret).
Expand Down

0 comments on commit 54d5d6c

Please sign in to comment.