From c71efb46bad29ca288516756e2da1e37a6ca3507 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 19 Apr 2022 10:06:03 +0200 Subject: [PATCH] feat: arm builds [ci skip] See https://git.coopcloud.tech/coop-cloud/organising/issues/312 --- .goreleaser.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 71d10105..88d14bac 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 }}'"