1
0
mirror of https://github.com/fiatjaf/nak.git synced 2025-08-15 23:30:47 -04:00

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

@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64, riscv64]
goarch: [arm, amd64, arm64, riscv64]
exclude:
- goarch: arm64
goos: windows
@@ -33,6 +33,12 @@ jobs:
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/go-release-action@v1.40