mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 17:50:49 +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 e1370cdd497a07612413106d707973155ad3004b)
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/
|