Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile - github.com/openwrt/gh-action-sdk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c35a624dcda313e5f657c0b2a39026cddd48463 (plain)
1
2
3
4
5
6
7
8
9
ARG CONTAINER=openwrt/sdk
ARG ARCH=mips_24kc
FROM $CONTAINER:$ARCH

LABEL "com.github.actions.name"="OpenWrt SDK"

ADD entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]