We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e6320 + 77bbab2 commit 601955eCopy full SHA for 601955e
.circleci/config.yml
@@ -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
@@ -11,6 +11,7 @@ builds:
goarm:
- 6
- 7
+ - 8
env:
- CGO_ENANBLED=0
circle.yml
0 commit comments