Skip to content

Commit e5d1343

Browse files
authored
feat: Add riscv64 architecture support (#1007)
- Added `riscv64` to the list of supported architectures in .goreleaser.yml - This change enables building and releasing binaries for the RISC-V 64-bit architecture Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent bfc0082 commit e5d1343

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ builds:
1717
- arm
1818
- 386
1919
- arm64
20+
- riscv64
2021
ignore:
2122
- goos: windows
2223
goarch: arm

0 commit comments

Comments
 (0)