Unverified Commit c95f1c2b authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

默认为openclash补全meta内核

parent d144a7e1
...@@ -53,6 +53,18 @@ jobs: ...@@ -53,6 +53,18 @@ jobs:
exit 1 exit 1
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Building armsr-armv8 QEMU ImmortalWrt - name: Building armsr-armv8 QEMU ImmortalWrt
run: | run: |
......
...@@ -40,6 +40,18 @@ jobs: ...@@ -40,6 +40,18 @@ jobs:
- name: Set executable permissions - name: Set executable permissions
run: | run: |
chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build raspberrypi ImmortalWrt 23.05.4 - name: Build raspberrypi ImmortalWrt 23.05.4
run: | run: |
......
...@@ -40,6 +40,18 @@ jobs: ...@@ -40,6 +40,18 @@ jobs:
- name: Set executable permissions - name: Set executable permissions
run: | run: |
chmod +x ${{ github.workspace }}/raspberrypi/24.10/build.sh chmod +x ${{ github.workspace }}/raspberrypi/24.10/build.sh
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build raspberrypi ImmortalWrt 24.10.1 - name: Build raspberrypi ImmortalWrt 24.10.1
run: | run: |
......
...@@ -59,6 +59,18 @@ jobs: ...@@ -59,6 +59,18 @@ jobs:
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build Gl-iNet ImmortalWrt 23.05.4 - name: Build Gl-iNet ImmortalWrt 23.05.4
run: | run: |
......
...@@ -58,6 +58,18 @@ jobs: ...@@ -58,6 +58,18 @@ jobs:
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build Gl-iNet ImmortalWrt 24.10.1 - name: Build Gl-iNet ImmortalWrt 24.10.1
run: | run: |
......
...@@ -71,6 +71,18 @@ jobs: ...@@ -71,6 +71,18 @@ jobs:
exit 1 exit 1
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Building Rockchip ImmortalWrt - name: Building Rockchip ImmortalWrt
run: | run: |
......
...@@ -91,6 +91,18 @@ jobs: ...@@ -91,6 +91,18 @@ jobs:
exit 1 exit 1
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Building Rockchip ImmortalWrt - name: Building Rockchip ImmortalWrt
run: | run: |
......
...@@ -43,6 +43,18 @@ jobs: ...@@ -43,6 +43,18 @@ jobs:
- name: Set executable permissions - name: Set executable permissions
run: | run: |
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build sunxi-cortexa53 ImmpotalWrt 23.05.4 - name: Build sunxi-cortexa53 ImmpotalWrt 23.05.4
run: | run: |
......
...@@ -45,6 +45,18 @@ jobs: ...@@ -45,6 +45,18 @@ jobs:
- name: Set executable permissions - name: Set executable permissions
run: | run: |
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build sunxi-cortexa53 ImmpotalWrt 24.10.1 - name: Build sunxi-cortexa53 ImmpotalWrt 24.10.1
run: | run: |
......
...@@ -50,6 +50,18 @@ jobs: ...@@ -50,6 +50,18 @@ jobs:
exit 1 exit 1
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="amd64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build ImmortalWrt-x86-64-efi - name: Build ImmortalWrt-x86-64-efi
run: | run: |
......
...@@ -51,6 +51,18 @@ jobs: ...@@ -51,6 +51,18 @@ jobs:
exit 1 exit 1
fi fi
fi fi
- name: Download Clash Meta, GeoIP, and GeoSite
run: |
PLATFORM="amd64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build ImmortalWrt-x86-64-efi - name: Build ImmortalWrt-x86-64-efi
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment