mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
Build and push container with external toolchain embedded in the container image. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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/
|