Skip to content
/ openwrt Public
forked from openwrt/openwrt

Commit

Permalink
ci: bump buildworker container to version v6
Browse files Browse the repository at this point in the history
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: openwrt/buildbot#7
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz committed May 26, 2023
1 parent f2e1d37 commit fe5d52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.tools
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe5d52a

Please sign in to comment.