From 34a3b885e91c5c2ccd87599924e30c39ee323ba4 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Fri, 29 Mar 2024 18:31:41 +0530 Subject: [PATCH 1/2] Add gnome-46 based image --- .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 b72e87f..c7ac7df 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,6 +31,10 @@ jobs: packages: org.gnome.Platform//45 org.gnome.Sdk//45 remote: flathub + - name: gnome-46 + packages: org.gnome.Platform//46 org.gnome.Sdk//46 + remote: flathub + - name: kde-5.15-22.08 packages: org.kde.Platform//5.15-22.08 org.kde.Sdk//5.15-22.08 remote: flathub diff --git a/README.md b/README.md index d8d17b6..10670e6 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ You can specify the specific runtime you need to use through the image tags: | Freedesktop SDK | 23.08 | `freedesktop-23.08` | `image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-23.08` | | GNOME | 44 | `gnome-44` | `image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-44` | | GNOME | 45 | `gnome-45` | `image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-45` | +| GNOME | 46 | `gnome-46` | `image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46` | | KDE | 5.15-22.08 | `kde-5.15-22.08` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-5.15-22.08` | | KDE | 5.15-23.08 | `kde-5.15-23.08` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-5.15-23.08` | | KDE | 6.5 | `kde-6.5` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.5` | From 7d381d9e7a0de131f73d2ceed5cc02bf6a107094 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 10 Apr 2024 08:45:23 +0530 Subject: [PATCH 2/2] Add KDE 6.7 runtime --- .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 c7ac7df..a8664ec 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -51,6 +51,10 @@ jobs: packages: org.kde.Platform//6.6 org.kde.Sdk//6.6 remote: flathub + - name: kde-6.7 + packages: org.kde.Platform//6.7 org.kde.Sdk//6.7 + remote: flathub + services: registry: image: registry:latest diff --git a/README.md b/README.md index 10670e6..3d5141f 100644 --- a/README.md +++ b/README.md @@ -204,3 +204,4 @@ You can specify the specific runtime you need to use through the image tags: | KDE | 5.15-23.08 | `kde-5.15-23.08` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-5.15-23.08` | | KDE | 6.5 | `kde-6.5` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.5` | | KDE | 6.6 | `kde-6.6` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.6` | +| KDE | 6.7 | `kde-6.7` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.7` |