File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,9 +132,8 @@ jobs:
132132 artifact : occtx-linux-x86_64
133133 - os : ubuntu-latest
134134 goos : linux
135- goarch : amd64
136- artifact : occtx-linux-x86_64-musl
137- cgo : 0
135+ goarch : arm64
136+ artifact : occtx-linux-aarch64
138137 - os : windows-latest
139138 goos : windows
140139 goarch : amd64
@@ -200,7 +199,7 @@ jobs:
200199 tag_name : ${{ needs.prepare-release.outputs.version }}
201200 files : |
202201 occtx-linux-x86_64/occtx-linux-x86_64
203- occtx-linux-x86_64-musl /occtx-linux-x86_64-musl
202+ occtx-linux-aarch64 /occtx-linux-aarch64
204203 occtx-windows-x86_64.exe/occtx-windows-x86_64.exe
205204 occtx-macos-x86_64/occtx-macos-x86_64
206205 occtx-macos-aarch64/occtx-macos-aarch64
@@ -213,7 +212,7 @@ jobs:
213212
214213 Download the appropriate binary for your platform:
215214 - **Linux (x86_64)**: `occtx-linux-x86_64`
216- - **Linux (x86_64, static )**: `occtx-linux-x86_64-musl `
215+ - **Linux (ARM64 )**: `occtx-linux-aarch64 `
217216 - **Windows (x86_64)**: `occtx-windows-x86_64.exe`
218217 - **macOS (Intel)**: `occtx-macos-x86_64`
219218 - **macOS (Apple Silicon)**: `occtx-macos-aarch64`
You can’t perform that action at this time.
0 commit comments