feat: arm builds [ci skip]

See coop-cloud/organising#312
This commit is contained in:
decentral1se 2022-04-19 10:06:03 +02:00
parent ce69967ec5
commit c71efb46ba
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@ builds:
goos:
- linux
- darwin
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 5
- 6
- 7
ldflags:
- "-X 'main.Commit={{ .Commit }}'"
- "-X 'main.Version={{ .Version }}'"