You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Currently runners [do not support containerd](https://github.com/actions/runner/
43
43
| ubuntu focal |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+/``/\d\.\d{3}\.\d+-ubuntu-focal/`|[latest](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=latest)[ubuntu-focal](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=ubuntu-focal)| This is the latest build (Rebuilt nightly and on master merges). Tags without an OS name are included. Tags with `-ubuntu-focal` are included and created on [upstream tags](https://github.com/actions/runner/tags).|
44
44
| ubuntu noble |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-ubuntu-noble/`|[ubuntu-noble](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=ubuntu-noble)| This is the latest build from noble (Rebuilt nightly and on master merges). Tags with `-ubuntu-noble` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
45
45
| ubuntu jammy |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-ubuntu-jammy/`|[ubuntu-jammy](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=ubuntu-jammy)| This is the latest build from jammy (Rebuilt nightly and on master merges). Tags with `-ubuntu-jammy` are included and created on [upstream tags](https://github.com/actions/runner/tags). | There is [currently an issue with jammy from inside a 20.04LTS host](https://github.com/myoung34/docker-github-actions-runner/issues/219) which is why this is not `latest`|
46
-
| debian buster (now deprecated) |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-debian-buster/`|[debian-buster](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-buster)| Debian buster is now deprecated. The packages for arm v7 are in flux and are wildly causing build failures (git as well as apt-key and liblttng-ust#. Tags with `-debian-buster` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
46
+
| debian buster (now deprecated) |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-debian-buster/`|[debian-buster](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-buster)| Debian buster is now deprecated. The packages for arm v7 are in flux and are wildly causing build failures (git as well as liblttng-ust#. Tags with `-debian-buster` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
47
47
| debian bookworm |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-debian-bookworm/`|[debian-bookworm](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-bookworm)| This is the latest build from bookworm (Rebuilt nightly and on master merges). Tags with `-debian-bookworm` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
48
48
| debian sid |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-debian-sid/`|[debian-sid](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-sid)| This is the latest build from sid (Rebuilt nightly and on master merges). Tags with `-debian-sid` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
0 commit comments