Please add `lilipod-linux-arm64` to the prebuilt binaries
Open
- Dominant language
- Go
- Stars
- 673
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
It should build just fine with `GOARCH=arm64` as a separate step.
```
GOARCH=amd64 RELEASE_VERSION=$RELEASE_VERSION make all
mv lilipod lilipod-linux-amd64
GOARCH=arm64 RELEASE_VERSION=$RELEASE_VERSION make all
mv lilipod lilipod-linux-arm64
```
(be explicit also for regular build, just in case it builds on arm64 one day)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.