Fix build on riscv64 (#542)

Add riscv64 build tag for udp_linux_64.go to fix build on riscv64

Co-authored-by: Wade Simmons <wade@wades.im>
This commit is contained in:
rvalue
2021-10-13 22:55:32 +08:00
committed by GitHub
parent 3a8f533b24
commit 0e7bc290f8
4 changed files with 14 additions and 2 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- SSH `print-cert` has a new `-raw` flag to get the PEM representation of a certificate. (#483)
- New build architecture: Linux `riscv64`. (#542)
### Fixed