Skip to content

Commit 64fc7a5

Browse files
committed
integrate with goreleaser
1 parent c5c23e8 commit 64fc7a5

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

deleteBuild/.goreleaser.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build customization
2+
project_name: deleteBuild
3+
builds:
4+
- main: main.go
5+
binary: deleteBuild
6+
goos:
7+
- windows
8+
- darwin
9+
- linux
10+
goarch:
11+
- amd64
12+
# Archive customization
13+
archive:
14+
format: tar.gz
15+
replacements:
16+
amd64: 64-bit
17+
darwin: macOS

deleteBuild/deleteBuild

-2.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)