Skip to content

Commit

Permalink
build arm binary for Raspberry Pi 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored and fiatjaf committed Oct 30, 2024
1 parent 847f8aa commit 40892c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,20 @@ jobs:
strategy:
matrix:
goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64, riscv64]
goarch: [arm, amd64, arm64, riscv64]
exclude:
- goarch: arm64
goos: windows
- goarch: riscv64
goos: windows
- goarch: riscv64
goos: darwin
- goarch: arm
goos: windows
- goarch: arm
goos: darwin
- goarch: arm
goos: freebsd
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit 40892c1

Please sign in to comment.