Skip to content

Commit 27ff3ee

Browse files
authored
Merge pull request #160 from flatcar/t-lo/gh-action-continue-on-build-errors
Fix list of extensions in docs, continue GH action on build errors
2 parents 26683ee + 115d3b4 commit 27ff3ee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
strategy:
5050
matrix:
5151
release: ${{ fromJson(needs.list-builds.outputs.builds) }}
52+
# Try to finish all jobs even if one fails.
53+
# Job fails can be transient and will be re-tried every time this action runs.
54+
# NOTE that this will cause succeeding jobs (update metadata) to run even if the whole matrix fails.
55+
# This is intended and should not cause any issues[tm].
56+
continue-on-error: true
57+
5258
runs-on: ubuntu-24.04
5359
permissions:
5460
# allow the action to create a release

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,16 @@ Check out documentation on specific extensions at the navigation menu on the lef
6161
| Extension | Availability | Versions available |
6262
| ---------------- | ------------ | ------------- |
6363
| `cilium` | released | [cilium versions](https://github.com/flatcar/sysext-bakery/releases/tag/cilium) |
64+
| `containerd` | released | [containerd versions](https://github.com/flatcar/sysext-bakery/releases/tag/containerd) |
6465
| `crio` | released | [crio versions](https://github.com/flatcar/sysext-bakery/releases/tag/crio) |
65-
| `docker` | released | [docker versions](https://github.com/flatcar/sysext-bakery/releases/tag/docker) |
6666
| `docker-compose` | released | [docker-compose versions](https://github.com/flatcar/sysext-bakery/releases/tag/docker-compose) |
67+
| `docker` | released | [docker versions](https://github.com/flatcar/sysext-bakery/releases/tag/docker) |
6768
| `falco` | released | [falco versions](https://github.com/flatcar/sysext-bakery/releases/tag/falco) |
6869
| `k3s` | released | [k3s versions](https://github.com/flatcar/sysext-bakery/releases/tag/k3s) |
6970
| `keepalived` | released | [keepalived versions](https://github.com/flatcar/sysext-bakery/releases/tag/keepalived) |
7071
| `kubernetes` | released | [kubernetes versions](https://github.com/flatcar/sysext-bakery/releases/tag/kubernetes) |
72+
| `llamaedge` | released | [llamaedge versions](https://github.com/flatcar/sysext-bakery/releases/tag/llamaedge) |
73+
| `nebula` | released | [nebula versions](https://github.com/flatcar/sysext-bakery/releases/tag/nebula) |
7174
| `nerdctl` | released | [nerdctl versions](https://github.com/flatcar/sysext-bakery/releases/tag/nerdctl) |
7275
| `nvidia-runtime` | released | [nvidia-runtime versions](https://github.com/flatcar/sysext-bakery/releases/tag/nvidia-runtime) |
7376
| `ollama` | released | [ollama versions](https://github.com/flatcar/sysext-bakery/releases/tag/ollama) |

0 commit comments

Comments
 (0)