89luca89 / 89luca89/lilipod

Please add `lilipod-linux-arm64` to the prebuilt binaries

Open
#29 0 comments 5 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.