File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 2
2
* .sql
3
3
* .csv
4
4
sql2csv-cmd *
5
+ dist
Original file line number Diff line number Diff line change 1
- # This is an example .goreleaser.yml file with some sensible defaults.
2
- # Make sure to check the documentation at https://goreleaser.com
3
1
before :
4
2
hooks :
5
- # You may remove this if you don't use go modules.
6
3
- go mod tidy
7
- # you may remove this if you don't need go generate
8
- - go generate ./...
9
4
builds :
10
5
- env :
11
6
- CGO_ENABLED=0
12
7
goos :
13
8
- linux
14
9
- windows
15
10
- darwin
16
-
11
+ goarch :
12
+ - amd64
13
+ - arm64
14
+ ignore :
15
+ - goos : windows
16
+ goarch : arm64
17
17
archives :
18
18
- format : tar.gz
19
19
# this name template makes the OS and Arch compatible with the results of uname.
@@ -38,8 +38,3 @@ changelog:
38
38
exclude :
39
39
- ' ^docs:'
40
40
- ' ^test:'
41
-
42
- # The lines beneath this are called `modelines`. See `:help modeline`
43
- # Feel free to remove those if you don't want/use them.
44
- # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
45
- # vim: set ts=2 sw=2 tw=0 fo=cnqoj
You can’t perform that action at this time.
0 commit comments