bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
97 stars 15 forks source link

ARM64 builds and workflow updates #127

Closed jacekkow closed 2 months ago

jacekkow commented 2 months ago

In the Makefile ARCH was hardcoded to x86_64. This PR makes everything dependent on GOARCH variable, additionally doing the arm64 build in the GitHub workflow.

There are also various workflow updates due to deprecation of old Node.js versions, old CodeQL actions and ::set-output syntax. There might be more places that need to be updated.