From 3603715747aefa078d2c2f6805d6f62cc1a4ba75 Mon Sep 17 00:00:00 2001 From: Konstantin Dudkov Date: Tue, 7 Nov 2023 15:02:44 +0300 Subject: [PATCH] goreleaser --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 28fc50e..fb47bb1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -65,6 +65,7 @@ builds: - '-s -w -X main.gitRevision={{.Version}} -X main.gitCommit={{.Commit}}' goos: [ windows, linux, darwin ] goarch: [ amd64, arm64, arm ] + goarm: [ 6, 7 ] archives: - id: server builds: [ server, ctl, takreplay ]