Skip to content

Commit

Permalink
Add support for Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 8, 2024
1 parent 1163834 commit b42e9a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- distro: debian12
- distro: ubuntu2004
- distro: ubuntu2204
- distro: ubuntu2404

steps:
- name: Check out the codebase
Expand Down
9 changes: 8 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ boxes = [
:cpu => "50",
:ram => "512"
},
{
:name => "ubuntu-2404",
:box => "bento/ubuntu-24.04",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "512"
},
{
:name => "debian-11",
:box => "bento/debian-11",
Expand All @@ -30,7 +37,7 @@ boxes = [
:box => "bento/debian-12",
:ip => '10.0.0.20',
:cpu => "50",
:ram => "256"
:ram => "384"
},
]

Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# meta file
---
galaxy_info:
namespace: oefenweb
author: oefenweb
role_name: rstudio
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up (the latest version of) RStudio (IDE) in Debian-like systems
license: MIT
Expand All @@ -13,6 +12,7 @@ galaxy_info:
versions:
- focal
- jammy
- noble
- name: Debian
versions:
- bullseye
Expand Down

0 comments on commit b42e9a1

Please sign in to comment.