From dcbd3a30d991a38708c318d17f5352cc1268c215 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Wed, 18 Sep 2024 19:21:35 -0400 Subject: [PATCH] Add gnome-47 --- .github/workflows/docker.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fa4b10d..333194c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -65,6 +65,10 @@ jobs: packages: org.gnome.Platform//46 org.gnome.Sdk//46 remote: flathub + - name: gnome-47 + packages: org.gnome.Platform//47 org.gnome.Sdk//47 + remote: flathub + - name: gnome-nightly packages: org.gnome.Platform//master org.gnome.Sdk//master remote: gnome-nightly diff --git a/README.md b/README.md index 7494d9e..302919f 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ You can specify the specific runtime you need to use through the image tags: | GNOME | 44 | `gnome-44` | `image: bilelmoussaoui/flatpak-github-actions:gnome-44` | | GNOME | 45 | `gnome-45` | `image: bilelmoussaoui/flatpak-github-actions:gnome-45` | | GNOME | 46 | `gnome-46` | `image: bilelmoussaoui/flatpak-github-actions:gnome-46` | +| GNOME | 47 | `gnome-47` | `image: bilelmoussaoui/flatpak-github-actions:gnome-47` | | GNOME | master | `gnome-nightly` | `image: bilelmoussaoui/flatpak-github-actions:gnome-nightly` | | KDE | 5.15 | `kde-5.15` | `image: bilelmoussaoui/flatpak-github-actions:kde-5.15` | | KDE | 5.15-21.08 | `kde-5.15-21.08` | `image: bilelmoussaoui/flatpak-github-actions:kde-5.15-21.08` |