diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-05-15 17:52:16 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-05-15 20:43:47 +0200 |
commit | 1cb8cdbf07236f9d16a4bdd733d5eadd834f6e0c (patch) | |
tree | 1e5019c6aa0d447011e579fd6164bb505c7bae2f /.github/workflows/build-tools.yml | |
parent | 6ff12094cd4789ba992b07eed2237a7ad958eb98 (diff) | |
download | upstream-1cb8cdbf07236f9d16a4bdd733d5eadd834f6e0c.tar.gz upstream-1cb8cdbf07236f9d16a4bdd733d5eadd834f6e0c.tar.bz2 upstream-1cb8cdbf07236f9d16a4bdd733d5eadd834f6e0c.zip |
ci: use new buildbot worker images with Debian 11
Debian 10 LTS support ends on 6/2024, so it makes no sense to use it as
a base for 23.05 release, so lets switch to Debian 11 which should've
LTS support till 6/2026.
References: https://github.com/openwrt/buildbot/commit/f2744543fa8027117b254ba2f4fa4366149d5bfb
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.github/workflows/build-tools.yml')
-rw-r--r-- | .github/workflows/build-tools.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml index 1507b0b056..9b865f2608 100644 --- a/.github/workflows/build-tools.yml +++ b/.github/workflows/build-tools.yml @@ -13,7 +13,7 @@ jobs: build: name: Build tools runs-on: ubuntu-latest - container: registry.gitlab.com/openwrt/buildbot/buildworker-3.4.1 + container: ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v2 steps: - name: Checkout |