action: force s390x build using golang1.23

This commit is contained in:
wwqgtxx 2025-02-12 23:17:17 +08:00
parent 3cc67fd759
commit b52b7537fc

View file

@ -49,7 +49,11 @@ jobs:
- { goos: linux, goarch: loong64, output: loong64-abi1, abi: '1' }
- { goos: linux, goarch: loong64, output: loong64-abi2, abi: '2' }
- { goos: linux, goarch: riscv64, output: riscv64 }
- { goos: linux, goarch: s390x, output: s390x }
# Broken in Golang1.24 with:
# "Error: github.com/metacubex/chacha@v0.1.0/chacha/chacha_ref.go:32:18: illegal combination MOVWBR ADDR NONE NONE NONE NONE REG"
# So just stay in golang1.23
- { goos: linux, goarch: s390x, output: s390x, goversion: '1.23' }
- { goos: windows, goarch: '386', output: '386' }
- { goos: windows, goarch: amd64, goamd64: v1, output: amd64-compatible }