File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
17- with :
18- fetch-depth : 0
19-
20- - run : git fetch --force --tags
21-
22- - uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
23- with :
24- go-version : stable
2517
26- - uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
18+ - uses : cli/gh-extension-precompile@640911b0a0f2adb89a07a8ba547053cbd4001e1e
2719 with :
28- distribution : goreleaser
29- version : latest
30- args : release --clean
31- env :
32- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20+ go_version : 1.20.x
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ builds:
1111 - linux
1212 - windows
1313 - darwin
14+ goarch :
15+ - " 386"
16+ - amd64
17+ - arm
18+ - arm64
1419
1520archives :
1621 - name_template : >-
You can’t perform that action at this time.
0 commit comments