1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

chore(goreleaser): release riscv64 binaries on linux (#1699)

This commit is contained in:
Meng Zhuo 2024-06-27 22:19:54 +08:00 committed by GitHub
parent 2213141fcb
commit eeaebaf8c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,16 @@ builds:
- amd64
- arm
- arm64
- riscv64
goarm:
- '6'
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: riscv64
- goos: windows
goarch: riscv64
env:
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'