mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 09:43:13 +01:00
Build and push container with external toolchain embedded in the
container image.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit e1370cdd49)
8 lines
138 B
Text
8 lines
138 B
Text
ARG OWNER_LC
|
|
ARG CONTAINER_TAG
|
|
|
|
FROM ghcr.io/$OWNER_LC/tools:$CONTAINER_TAG
|
|
|
|
ARG TOOLCHAIN_NAME
|
|
|
|
ADD $TOOLCHAIN_NAME /external-toolchain/
|