mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
ci: bump buildworker container to version v6
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>
This commit is contained in:
parent
8d4a2bb8f9
commit
567784127e
2
.github/workflows/Dockerfile.tools
vendored
2
.github/workflows/Dockerfile.tools
vendored
@ -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
|
||||
|
2
.github/workflows/build-tools.yml
vendored
2
.github/workflows/build-tools.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user