Commit 58969fa 1 parent 844795f commit 58969fa Copy full SHA for 58969fa
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 73
73
uses : goreleaser/goreleaser-action@v6
74
74
with :
75
75
distribution : goreleaser
76
- version : latest
76
+ version : v2.5.1
77
77
args : --config .goreleaser/linux.yml --clean --snapshot --skip=publish
78
78
env :
79
79
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 92
92
uses : goreleaser/goreleaser-action@v6
93
93
with :
94
94
distribution : goreleaser
95
- version : latest
95
+ version : v2.5.1
96
96
args : --config .goreleaser/linux.yml --clean --skip=publish
97
97
env :
98
98
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6
6
builds :
7
7
-
8
8
id : tbls-linux
9
+ flags :
10
+ - -a
11
+ - -tags
12
+ - netgo,timetzdata
13
+ - -installsuffix
14
+ - netgo
9
15
ldflags :
10
16
- -s -w -X github.com/k1LoW/tbls.version={{.Version}} -X github.com/k1LoW/tbls.commit={{.FullCommit}} -X github.com/k1LoW/tbls.date={{.Date}} -X github.com/k1LoW/tbls/version.Version={{.Version}}
17
+ - -linkmode external
18
+ - -extldflags '-static'
11
19
env :
12
20
- CGO_ENABLED=1
13
21
goos :
@@ -18,7 +26,9 @@ builds:
18
26
overrides :
19
27
- goos : linux
20
28
goarch : arm64
29
+ goamd64 : " "
21
30
goarm : v8.0
31
+ gomips : " "
22
32
env :
23
33
- CC=aarch64-linux-gnu-gcc
24
34
- CXX=aarch64-linux-gnu-g++
You can’t perform that action at this time.
0 commit comments