mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-24 05:18:14 +00:00
37395ecb32
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>
(cherry picked from commit 567784127e
)
5 lines
193 B
Docker
5 lines
193 B
Docker
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
|