Skip to content

Commit

Permalink
Add riscv64 to goreleaser.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Biesek <[email protected]>
  • Loading branch information
michalbiesek committed Aug 14, 2023
1 parent 9e91a03 commit 2dae4bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build:
- amd64
- arm
- arm64
- riscv64
ignore:
- goos: openbsd
goarch: arm
Expand All @@ -34,6 +35,7 @@ archives:
386: 32bit
arm: ARM
arm64: ARM64
riscv64: RISCV64
darwin: macOS
linux: Linux
windows: Windows
Expand Down

0 comments on commit 2dae4bf

Please sign in to comment.