Skip to content

Commit

Permalink
Merge pull request #8 from smartrecruiters/apple-m1-support
Browse files Browse the repository at this point in the history
 Introducing support for Apple/M1 architecture
  • Loading branch information
jaroslaw-bochniak authored Jun 9, 2022
2 parents 57bcb02 + c326bba commit 5dea630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
- linux
goarch:
- amd64
- arm64
brews:
-
# Github repository to push the tap to.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5dea630

Please # to comment.