We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b84c73 commit 13fbfe8Copy full SHA for 13fbfe8
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- fc_version: [ 37, 38, 39 ]
+ fc_version: [ 37, 38, 39, 40 ]
15
name: "Build yocto:${{ matrix.fc_version}}"
16
env:
17
FULL_IMAGE_NAME: "ghcr.io/${{ github.repository }}/yocto"
README.md
@@ -13,6 +13,7 @@ Images are available on [GHCR](https://github.com/jhnc-oss/yocto-image/pkgs/cont
| Tag | Base | Status |
|:---:|:----:|:------:|
+| `39` | Fedora 40 | |
| `39` | Fedora 39 | |
18
| `38` | Fedora 38 | |
19
| `37` | Fedora 37 | |
0 commit comments