Skip to content

Commit 601955e

Browse files
authored
Merge branch 'TylerBrock:master' into master
2 parents 21e6320 + 77bbab2 commit 601955e

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# circle.yml
2+
version: 2.1
3+
jobs:
4+
deploy:
5+
docker:
6+
- image: cimg/go:1.19.1
7+
steps:
8+
- checkout
9+
- run: curl -sL https://git.io/goreleaser | bash
10+
11+
workflows:
12+
deploy_saw:
13+
jobs:
14+
- deploy:
15+
filters:
16+
tags:
17+
only: /v[0-9]+(\.[0-9]+)*(-.*)*/

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ builds:
1111
goarm:
1212
- 6
1313
- 7
14+
- 8
1415
env:
1516
- CGO_ENANBLED=0
1617

circle.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)