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

默认为openclash补全meta内核

parent d144a7e1
...@@ -54,6 +54,18 @@ jobs: ...@@ -54,6 +54,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: Building armsr-armv8 QEMU ImmortalWrt - name: Building armsr-armv8 QEMU ImmortalWrt
run: | run: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -41,6 +41,18 @@ jobs: ...@@ -41,6 +41,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -41,6 +41,18 @@ jobs: ...@@ -41,6 +41,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -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: |
......
...@@ -72,6 +72,18 @@ jobs: ...@@ -72,6 +72,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: Building Rockchip ImmortalWrt - name: Building Rockchip ImmortalWrt
run: | run: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -92,6 +92,18 @@ jobs: ...@@ -92,6 +92,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: Building Rockchip ImmortalWrt - name: Building Rockchip ImmortalWrt
run: | run: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -44,6 +44,18 @@ jobs: ...@@ -44,6 +44,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -46,6 +46,18 @@ jobs: ...@@ -46,6 +46,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -51,6 +51,18 @@ jobs: ...@@ -51,6 +51,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
...@@ -52,6 +52,18 @@ jobs: ...@@ -52,6 +52,18 @@ jobs:
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: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
......
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