build arm binary for Raspberry Pi 32bit

This commit is contained in:
Yasuhiro Matsumoto 2024-10-30 10:41:22 +09:00 committed by fiatjaf_
parent 847f8aaa69
commit 40892c1228

View File

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
matrix: matrix:
goos: [linux, freebsd, darwin, windows] goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64, riscv64] goarch: [arm, amd64, arm64, riscv64]
exclude: exclude:
- goarch: arm64 - goarch: arm64
goos: windows goos: windows
@ -33,6 +33,12 @@ jobs:
goos: windows goos: windows
- goarch: riscv64 - goarch: riscv64
goos: darwin goos: darwin
- goarch: arm
goos: windows
- goarch: arm
goos: darwin
- goarch: arm
goos: freebsd
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.40 - uses: wangyoucao577/go-release-action@v1.40