Skip to content

Commit

Permalink
🎉 Add Fedora 39 container
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Nov 9, 2023
1 parent 90905c8 commit 997eee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
on:
push:
tags:
- '**'
- "**"

jobs:
build:
name: Deploy Containers
runs-on: ubuntu-latest
strategy:
matrix:
fedora_version: ["32", "33", "34", "35", "36", "37", "38"]
fedora_version: ["32", "33", "34", "35", "36", "37", "38", "39"]
steps:
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ So I thought: Why not try getting GNOME Shell running on the runners of GitHub A
- [x] [**gnome-shell-pod-36**](https://github.com/Schneegans/gnome-shell-pod/pkgs/container/gnome-shell-pod-36): GNOME Shell 42.5 (based on Fedora 36)
- [x] [**gnome-shell-pod-37**](https://github.com/Schneegans/gnome-shell-pod/pkgs/container/gnome-shell-pod-37): GNOME Shell 43.2 (based on Fedora 37)
- [x] [**gnome-shell-pod-38**](https://github.com/Schneegans/gnome-shell-pod/pkgs/container/gnome-shell-pod-38): GNOME Shell 44.0 (based on Fedora 38)
- [x] [**gnome-shell-pod-39**](https://github.com/Schneegans/gnome-shell-pod/pkgs/container/gnome-shell-pod-39): GNOME Shell 45.1 (based on Fedora 39)
- [x] [**gnome-shell-pod-rawhide**](https://github.com/Schneegans/gnome-shell-pod/pkgs/container/gnome-shell-pod-rawhide): This is based on Fedora Rawhide and rebuilt weekly.
- [x] Choose display manager:
- [x] Wayland
Expand Down

0 comments on commit 997eee0

Please sign in to comment.