Skip to content

Commit

Permalink
Add new platforms to testing and meta (#6)
Browse files Browse the repository at this point in the history
Add Fedora 40
Add Ubuntu 24.04
  • Loading branch information
bcook254 authored Apr 29, 2024
1 parent 1b75239 commit 6cbd53a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,20 @@ jobs:
fail-fast: false
matrix:
platform:
- name: ubuntu2404
image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
- name: ubuntu2204
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
- name: debian12
image: docker.io/geerlingguy/docker-debian12-ansible
image: docker.io/geerlingguy/docker-debian12-ansible:latest
- name: fedora40
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
- name: fedora39
image: docker.io/geerlingguy/docker-fedora39-ansible
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
- name: fedora38
image: docker.io/geerlingguy/docker-fedora38-ansible
image: docker.io/geerlingguy/docker-fedora38-ansible:latest
- name: centosstream9
image: ghcr.io/bcook254/docker-centosstream9-ansible
image: ghcr.io/bcook254/docker-centosstream9-ansible:latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ galaxy_info:
versions:
- 38
- 39
- 40
- name: Debian
versions:
- bookworm
- name: Ubuntu
versions:
- jammy
- noble
galaxy_tags:
- vaultwarden
- bitwardenrs
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependency:
driver:
name: podman
platforms:
- name: ${MOLECULE_DISTRO:-ubuntu2204}
image: docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest
- name: ${MOLECULE_DISTRO:-ubuntu2404}
image: docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Expand Down

0 comments on commit 6cbd53a

Please sign in to comment.