mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
e2780cbb2f
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
)
9 lines
138 B
Docker
9 lines
138 B
Docker
ARG OWNER_LC
|
|
ARG CONTAINER_TAG
|
|
|
|
FROM ghcr.io/$OWNER_LC/tools:$CONTAINER_TAG
|
|
|
|
ARG TOOLCHAIN_NAME
|
|
|
|
ADD $TOOLCHAIN_NAME /external-toolchain/
|