File tree 2 files changed +8
-2
lines changed
gh-pages/content/en/docs/overview
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 19
19
os : ${{steps.vars.outputs.os}}
20
20
strategy :
21
21
matrix :
22
- arch : [amd64]
22
+ arch : [amd64,arm64 ]
23
23
cgo : [0]
24
24
os : [windows-latest, ubuntu-latest ]
25
25
include :
@@ -109,6 +109,11 @@ jobs:
109
109
with :
110
110
name : linux-amd64
111
111
path : output/linux/amd64/
112
+ - name : Download linux arm64 artifact
113
+ uses : actions/download-artifact@v3
114
+ with :
115
+ name : linux-arm64
116
+ path : output/linux/arm64/
112
117
- name : Download windows amd64 artifact
113
118
uses : actions/download-artifact@v3
114
119
with :
@@ -130,6 +135,7 @@ jobs:
130
135
mv output/darwin/arm64/cdt_darwin_arm64_${{needs.build.outputs.sha_short}} output/darwin/arm64/cdt
131
136
mv output/darwin/amd64/cdt_darwin_amd64_${{needs.build.outputs.sha_short}} output/darwin/amd64/cdt
132
137
mv output/linux/amd64/cdt_linux_amd64_${{needs.build.outputs.sha_short}} output/linux/amd64/cdt
138
+ mv output/linux/arm64/cdt_linux_arm64_${{needs.build.outputs.sha_short}} output/linux/arm64/cdt
133
139
mv output/windows/amd64/cdt_windows_amd64_${{needs.build.outputs.sha_short}} output/windows/amd64/cdt.exe
134
140
135
141
- name : Zip the package
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ The `[SELF_UPDATE_BASE_URL]` should be defined in `self_update_base_url` configu
159
159
| windows | amd64 | yes |
160
160
| windows | arm64 | no |
161
161
| linux | amd64 | yes |
162
- | linux | arm64 | no |
162
+ | linux | arm64 | yes |
163
163
| darwin | amd64 | yes |
164
164
| darwin | arm64 | yes |
165
165
You can’t perform that action at this time.
0 commit comments