File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ builds:
4141 - " entity.system.os == 'darwin'"
4242 - " entity.system.arch == 'amd64'"
4343
44+ - platform : " OSX"
45+ arch : " arm64"
46+ asset_filename : " #{repo}_#{version}_darwin_arm64.tar.gz"
47+ sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
48+ filter :
49+ - " entity.system.os == 'darwin'"
50+ - " entity.system.arch == 'arm64'"
51+
4452- platform : " Windows"
4553 arch : " amd64"
4654 asset_filename : " #{repo}_#{version}_windows_amd64.tar.gz"
Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ builds:
1717 - linux
1818 - windows
1919 goarch :
20- - amd64
21- - 386
22- - arm
23- - arm64
20+ - ' amd64'
21+ - ' 386'
22+ - ' arm'
23+ - ' arm64'
2424 goarm :
25- - 5
26- - 6
27- - 7
25+ - ' 5 '
26+ - ' 6 '
27+ - ' 7 '
2828 targets :
2929 - darwin_amd64
30+ - darwin_arm64
3031 - linux_386
3132 - linux_amd64
3233 - linux_arm_5
You can’t perform that action at this time.
0 commit comments