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.
1 parent 1543e23 commit c6e4ea6Copy full SHA for c6e4ea6
.goreleaser.yml
@@ -3,23 +3,11 @@ project_name: path-helper
3
dist: ./bin/dist
4
5
builds:
6
- - id: linux
+ - id: path-helper
7
binary: path-helper
8
main: cmd/path-helper/main.go
9
goos:
10
- linux
11
- env:
12
- - CGO_LDFLAGS="-s -w"
13
- flags:
14
- - -a
15
- - -v
16
- goarch:
17
- - amd64
18
-
19
- - id: darwin
20
- binary: path-helper
21
- main: cmd/path-helper/main.go
22
- goos:
23
- darwin
24
env:
25
- CGO_LDFLAGS="-s -w"
@@ -28,3 +16,4 @@ builds:
28
- -v
29
goarch:
30
- amd64
+ - arm64
version
@@ -1 +1 @@
1
-0.1.0
+0.1.1
0 commit comments