File tree 2 files changed +19
-19
lines changed
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 23
23
version : latest
24
24
args : release --rm-dist
25
25
env :
26
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- builds :
2
- - goos :
3
- - windows
4
- - linux
5
- goarch :
6
- - " 386"
7
- - arm
8
- ignore :
9
- - goos : windows
10
- goarch : arm
11
- mod_timestamp : " {{ .CommitTimestamp }}"
12
- archives :
13
- - format : binary
14
- replacements :
15
- " 386 " : 32bit
16
- " arm " : arm_raspberrypi
17
- checksum :
18
- disable : true
1
+ # builds:
2
+ # - goos:
3
+ # - windows
4
+ # - linux
5
+ # goarch:
6
+ # - "386"
7
+ # - arm
8
+ # ignore:
9
+ # - goos: windows
10
+ # goarch: arm
11
+ # mod_timestamp: "{{ .CommitTimestamp }}"
12
+ # archives:
13
+ # - format: binary
14
+ # replacements:
15
+ # "386": 32bit
16
+ # "arm": arm_raspberrypi
17
+ # checksum:
18
+ # disable: true
You can’t perform that action at this time.
0 commit comments