Skip to content

Update Mihomo Version (#363) #66

Update Mihomo Version (#363)

Update Mihomo Version (#363) #66

Workflow file for this run

name: Release Packages
on:
workflow_dispatch:
push:
tags:
- v*
jobs:
release:
name: ${{ matrix.arch }}-${{ matrix.branch }} release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch:
- arm_cortex-a5_vfpv4
- arm_cortex-a7_neon-vfpv4
- arm_cortex-a8_vfpv3
- arm_cortex-a9
- arm_cortex-a9_vfpv3-d16
- arm_cortex-a9_neon
- arm_cortex-a15_neon-vfpv4
- aarch64_cortex-a53
- aarch64_cortex-a72
- aarch64_cortex-a76
- aarch64_generic
- mips_24kc
- mips_4kec
- mips_mips32
- mipsel_24kc
- mipsel_24kc_24kf
- mipsel_74kc
- mipsel_mips32
- mips64_octeonplus
- i386_pentium4
- x86_64
branch:
- openwrt-23.05
- openwrt-24.10
- SNAPSHOT
exclude:
- arch: aarch64_cortex-a76
branch: openwrt-23.05
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: openwrt/gh-action-sdk@main
env:
ARCH: ${{ matrix.arch }}-${{ matrix.branch }}
FEEDNAME: mihomo
PACKAGES: luci-app-mihomo
NO_REFRESH_CHECK: true
- name: Compress
run: |
tar -c -z -f mihomo_${{ matrix.arch }}-${{ matrix.branch }}.tar.gz -C bin/packages/${{ matrix.arch }}/mihomo .
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
mihomo_${{ matrix.arch }}-${{ matrix.branch }}.tar.gz