ci: bump buildworker container to version v6
authorPetr Štetiar <ynezz@true.cz>
Fri, 26 May 2023 09:38:24 +0000 (11:38 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 31 May 2023 17:13:42 +0000 (19:13 +0200)
Its being used by buildbot workers, adds g++-multilib to fix node
cross-compilation from a 64-bit build machine to 32-bit host.

References: https://github.com/openwrt/buildbot/pull/7
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/Dockerfile.tools
.github/workflows/build-tools.yml

index df5892618a7820bc47c8d72082987bc97e78ec18..5d365fc56d95ad95674a05ec7396f440024e2f69 100644 (file)
@@ -1,4 +1,4 @@
-FROM ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v2
+FROM ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v6
 
 COPY --chown=buildbot staging_dir/host /prebuilt_tools/staging_dir/host
 COPY --chown=buildbot build_dir/host /prebuilt_tools/build_dir/host
index 9b865f2608f9bdbc2f8aeda88f822226c0d20705..0629b1b62ad819dc3e61fed5ca9622bfa9ddf2a0 100644 (file)
@@ -13,7 +13,7 @@ jobs:
   build:
     name: Build tools
     runs-on: ubuntu-latest
-    container: ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v2
+    container: ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v6
 
     steps:
       - name: Checkout