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. 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