vvbbnn00 / WARP-Clash-API

该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.
GNU General Public License v3.0
8.21k stars 1.12k forks source link

dockerfile for armhf linux #149

Closed YaoYinYing closed 3 months ago

YaoYinYing commented 3 months ago

For local build behind GFW, use proxy as environment variable passing:

docker build --build-arg http_proxy='http://localhost:7890' --build-arg https_proxy='http://localhost:7890' --build-arg all_proxy='socks5://localhost:7890'  -f Dockerfile.armhf -t $image_id .

Example image: https://hub.docker.com/r/yaoyinying/warp-clash-api-armhf

IP optimizing is not work due to the lack of build of warp-yxip tool.

see here: https://gitlab.com/Misaka-blog/warp-script/-/tree/main/files/warp-yxip?ref_type=heads