Skip to content

Commit 13fbfe8

Browse files
committed
Add Fedora 40 image (#97)
1 parent 7b84c73 commit 13fbfe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
fc_version: [ 37, 38, 39 ]
14+
fc_version: [ 37, 38, 39, 40 ]
1515
name: "Build yocto:${{ matrix.fc_version}}"
1616
env:
1717
FULL_IMAGE_NAME: "ghcr.io/${{ github.repository }}/yocto"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Images are available on [GHCR](https://github.com/jhnc-oss/yocto-image/pkgs/cont
1313

1414
| Tag | Base | Status |
1515
|:---:|:----:|:------:|
16+
| `39` | Fedora 40 | |
1617
| `39` | Fedora 39 | |
1718
| `38` | Fedora 38 | |
1819
| `37` | Fedora 37 | |

0 commit comments

Comments
 (0)