Skip to content

Commit 4894fff

Browse files
committed
fix: workflow
1 parent 3b6ff0a commit 4894fff

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,27 @@ jobs:
7878
- { os: linux, arch: arm64, variant: glibc, naive: true }
7979
- { os: linux, arch: arm64, variant: musl, naive: true, debian: arm64, rpm: aarch64, pacman: aarch64, openwrt: "aarch64_cortex-a53 aarch64_cortex-a72 aarch64_cortex-a76 aarch64_generic" }
8080

81-
- { os: linux, arch: "386", go386: sse2 }
82-
- { os: linux, arch: "386", variant: glibc, naive: true, go386: sse2 }
83-
- { os: linux, arch: "386", variant: musl, naive: true, go386: sse2, debian: i386, rpm: i386, openwrt: "i386_pentium4" }
81+
# - { os: linux, arch: "386", go386: sse2 }
82+
# - { os: linux, arch: "386", variant: glibc, naive: true, go386: sse2 }
83+
# - { os: linux, arch: "386", variant: musl, naive: true, go386: sse2, debian: i386, rpm: i386, openwrt: "i386_pentium4" }
8484

85-
- { os: linux, arch: arm, goarm: "7" }
86-
- { os: linux, arch: arm, variant: glibc, naive: true, goarm: "7" }
87-
- { os: linux, arch: arm, variant: musl, naive: true, goarm: "7", debian: armhf, rpm: armv7hl, pacman: armv7hl, openwrt: "arm_cortex-a5_vfpv4 arm_cortex-a7_neon-vfpv4 arm_cortex-a7_vfpv4 arm_cortex-a8_vfpv3 arm_cortex-a9_neon arm_cortex-a9_vfpv3-d16 arm_cortex-a15_neon-vfpv4" }
85+
# - { os: linux, arch: arm, goarm: "7" }
86+
# - { os: linux, arch: arm, variant: glibc, naive: true, goarm: "7" }
87+
# - { os: linux, arch: arm, variant: musl, naive: true, goarm: "7", debian: armhf, rpm: armv7hl, pacman: armv7hl, openwrt: "arm_cortex-a5_vfpv4 arm_cortex-a7_neon-vfpv4 arm_cortex-a7_vfpv4 arm_cortex-a8_vfpv3 arm_cortex-a9_neon arm_cortex-a9_vfpv3-d16 arm_cortex-a15_neon-vfpv4" }
8888

89-
- { os: linux, arch: "386", go386: softfloat, openwrt: "i386_pentium-mmx" }
90-
- { os: linux, arch: arm, goarm: "5", openwrt: "arm_arm926ej-s arm_cortex-a7 arm_cortex-a9 arm_fa526 arm_xscale" }
91-
- { os: linux, arch: arm, goarm: "6", debian: armel, rpm: armv6hl, openwrt: "arm_arm1176jzf-s_vfp" }
92-
- { os: linux, arch: mips, gomips: softfloat, openwrt: "mips_24kc mips_4kec mips_mips32" }
93-
- { os: linux, arch: mipsle, gomips: hardfloat, debian: mipsel, rpm: mipsel, openwrt: "mipsel_24kc_24kf" }
94-
- { os: linux, arch: mipsle, gomips: softfloat, openwrt: "mipsel_24kc mipsel_74kc mipsel_mips32" }
95-
- { os: linux, arch: mips64, gomips: softfloat, openwrt: "mips64_mips64r2 mips64_octeonplus" }
96-
- { os: linux, arch: mips64le, gomips: hardfloat, debian: mips64el, rpm: mips64el }
97-
- { os: linux, arch: mips64le, gomips: softfloat, openwrt: "mips64el_mips64r2" }
98-
- { os: linux, arch: s390x, debian: s390x, rpm: s390x }
99-
- { os: linux, arch: ppc64le, debian: ppc64el, rpm: ppc64le }
100-
- { os: linux, arch: riscv64, debian: riscv64, rpm: riscv64, openwrt: "riscv64_generic" }
101-
- { os: linux, arch: loong64, debian: loongarch64, rpm: loongarch64, openwrt: "loongarch64_generic" }
89+
# - { os: linux, arch: "386", go386: softfloat, openwrt: "i386_pentium-mmx" }
90+
# - { os: linux, arch: arm, goarm: "5", openwrt: "arm_arm926ej-s arm_cortex-a7 arm_cortex-a9 arm_fa526 arm_xscale" }
91+
# - { os: linux, arch: arm, goarm: "6", debian: armel, rpm: armv6hl, openwrt: "arm_arm1176jzf-s_vfp" }
92+
# - { os: linux, arch: mips, gomips: softfloat, openwrt: "mips_24kc mips_4kec mips_mips32" }
93+
# - { os: linux, arch: mipsle, gomips: hardfloat, debian: mipsel, rpm: mipsel, openwrt: "mipsel_24kc_24kf" }
94+
# - { os: linux, arch: mipsle, gomips: softfloat, openwrt: "mipsel_24kc mipsel_74kc mipsel_mips32" }
95+
# - { os: linux, arch: mips64, gomips: softfloat, openwrt: "mips64_mips64r2 mips64_octeonplus" }
96+
# - { os: linux, arch: mips64le, gomips: hardfloat, debian: mips64el, rpm: mips64el }
97+
# - { os: linux, arch: mips64le, gomips: softfloat, openwrt: "mips64el_mips64r2" }
98+
# - { os: linux, arch: s390x, debian: s390x, rpm: s390x }
99+
# - { os: linux, arch: ppc64le, debian: ppc64el, rpm: ppc64le }
100+
# - { os: linux, arch: riscv64, debian: riscv64, rpm: riscv64, openwrt: "riscv64_generic" }
101+
# - { os: linux, arch: loong64, debian: loongarch64, rpm: loongarch64, openwrt: "loongarch64_generic" }
102102

103103
- { os: windows, arch: amd64, legacy_win7: true, legacy_name: "windows-7" }
104104
- { os: windows, arch: "386", legacy_win7: true, legacy_name: "windows-7" }

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ require (
238238
tailscale.com v1.58.2 // indirect
239239
)
240240

241-
replace github.com/sagernet/wireguard-go => github.com/hiddify/wireguard-go v0.0.0-20260202221310-b94beca5cb72
241+
replace github.com/sagernet/wireguard-go => github.com/hiddify/wireguard-go v0.0.0-20260207192235-0e3b09e71e68
242242

243243
replace github.com/sagernet/tailscale => github.com/hiddify/tailscale v1.92.4-sing-box-1.13-mod.6.0.20260202223641-788aa623edeb
244244

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ github.com/hiddify/psiphon-tls v0.0.0-20260205181946-4af85c2fb9f2 h1:42YhXZ/qMbW
193193
github.com/hiddify/psiphon-tls v0.0.0-20260205181946-4af85c2fb9f2/go.mod h1:7ZUnPnWT5z8J8hxfsVjKHYK77Zme/Y0If1b/zeziiJs=
194194
github.com/hiddify/tailscale v1.92.4-sing-box-1.13-mod.6.0.20260202223641-788aa623edeb h1:eh+X2WCTfbXdNz5A6k44kWkl9KJbKlVQOfkgZjk3eZs=
195195
github.com/hiddify/tailscale v1.92.4-sing-box-1.13-mod.6.0.20260202223641-788aa623edeb/go.mod h1:m87GAn4UcesHQF3leaPFEINZETO5za1LGn1GJdNDgNc=
196-
github.com/hiddify/wireguard-go v0.0.0-20260202221310-b94beca5cb72 h1:l4zZiMU4Ly2ZK27hlX6EjSUDZXFSaQgVmAaJHt32VEM=
197-
github.com/hiddify/wireguard-go v0.0.0-20260202221310-b94beca5cb72/go.mod h1:hEqi4y5czEg6LYtX2Bpjg+lV0b/J1n+5rA885Z66Mx0=
196+
github.com/hiddify/wireguard-go v0.0.0-20260207192235-0e3b09e71e68 h1:vPk6FkedsdkJtlYLEVIdquKlRKE9XAYEjjeok/keR04=
197+
github.com/hiddify/wireguard-go v0.0.0-20260207192235-0e3b09e71e68/go.mod h1:hEqi4y5czEg6LYtX2Bpjg+lV0b/J1n+5rA885Z66Mx0=
198198
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
199199
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
200200
github.com/insomniacslk/dhcp v0.0.0-20251020182700-175e84fbb167 h1:MEufgJohwIjFi2n3eJv4c/8UdRLQVUwPwSWQPoER+eU=

0 commit comments

Comments
 (0)