Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Add Ubuntu 22.04 as supported platform
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Norman Ziegner committed Dec 2, 2022
1 parent d02a019 commit 33a9057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:18.04"
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/debian-systemd:11"
- "ghcr.io/hifis-net/centos-systemd:7"
- "ghcr.io/hifis-net/almalinux-systemd:8"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ A role to install and configure official GitLab Omnibus package.
Currently [supported platforms](meta/main.yml) are:
- CentOS 7
- CentOS 8
- Debian 11 (Bullseye)
- Ubuntu 18.04 LTS (Bionic Beaver)
- Ubuntu 20.04 LTS (Focal Fossa)
- Ubuntu 22.04 LTS (Jemmy Jellyfish)

## Requirements

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ galaxy_info:
versions:
- bionic
- focal
- jammy
- name: Debian
versions:
- "bullseye"
Expand Down

0 comments on commit 33a9057

Please sign in to comment.