Skip to content

Commit 136449d

Browse files
committed
Add arm64 support
1 parent 722c7b7 commit 136449d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
defaults: &defaults
44
docker:
5-
- image: circleci/golang:1.11
5+
- image: circleci/golang:1.12
66

77
jobs:
88
build:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.idea/
22
/*.idl
3+
*.iml
34
/dist/
45
/vendor/
56
/rcon-cli

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ builds:
1414
goarch:
1515
- amd64
1616
- arm
17+
- arm64
1718
main: .
1819
binary: rcon-cli
1920
env:

0 commit comments

Comments
 (0)