Skip to content

Commit ef61f18

Browse files
committed
fix(release): update release workflow to include ARM64 binaries and adjust artifact names
1 parent 46ccdf9 commit ef61f18

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)