Skip to content

Commit

Permalink
Bump AlmaLinux version
Browse files Browse the repository at this point in the history
Remove vagrant plugin workaround
  • Loading branch information
tom91136 committed Nov 25, 2024
1 parent ec1ed82 commit 8569b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ jobs:

- name: Setup vagrant plugin and binfmt
run: |
# See https://github.com/hashicorp/vagrant/issues/13527
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
vagrant plugin install vagrant-libvirt
sudo apt-get reinstall -y qemu-user-static
pipx inject ansible-core passlib cryptography
if: always()
Expand Down
4 changes: 2 additions & 2 deletions images/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OPNSENSE_VERSION = 24.7
ALMA_VERSION = 9.4
ALMA_BUILD = 20240805
ALMA_VERSION = 9.5
ALMA_BUILD = 20241120

ALMA_VERSION_MAJOR := $(shell VERSION=$(ALMA_VERSION); echo $${VERSION%%.*})

Expand Down

0 comments on commit 8569b41

Please sign in to comment.