Skip to content

Commit c6e4ea6

Browse files
committed
v0.1.1
Releasing `amd64` executables
1 parent 1543e23 commit c6e4ea6

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.goreleaser.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,11 @@ project_name: path-helper
33
dist: ./bin/dist
44

55
builds:
6-
- id: linux
6+
- id: path-helper
77
binary: path-helper
88
main: cmd/path-helper/main.go
99
goos:
1010
- 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:
2311
- darwin
2412
env:
2513
- CGO_LDFLAGS="-s -w"
@@ -28,3 +16,4 @@ builds:
2816
- -v
2917
goarch:
3018
- amd64
19+
- arm64

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)