From e77f021e3b85cdb79eef4906f9b7e353dd37cd58 Mon Sep 17 00:00:00 2001 From: Marcin Kasinski Date: Wed, 8 Jun 2022 16:01:07 +0200 Subject: [PATCH 1/2] Update .goreleaser.yml --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index f33629d..58ce203 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,6 +7,7 @@ builds: - linux goarch: - amd64 + - arm64 brews: - # Github repository to push the tap to. From c326bba0757a01f5d9b83d28fb8f0f1b2d53507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Bochniak?= Date: Thu, 9 Jun 2022 11:07:49 +0200 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06158e9..4e8a1c1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ FILES := $(shell find . -type f -name '*.go' -not -path "./vendor/*") APP_NAME=rabbitr -VERSION=1.3.2 +VERSION=1.3.3 .PHONY: all test build fmt install release ci lint install-lint