|
26 | 26 | include: |
27 | 27 | - runner: ubuntu-24.04 |
28 | 28 | target: x86_64-unknown-linux-musl |
29 | | - - runner: ubuntu-24.04-arm |
30 | | - target: aarch64-unknown-linux-musl |
31 | 29 | - runner: macos-15-intel |
32 | 30 | target: x86_64-apple-darwin |
33 | 31 | - runner: macos-15 |
@@ -288,11 +286,6 @@ jobs: |
288 | 286 | chmod +x "${linux_stage}/codext" |
289 | 287 | tar -C "${linux_stage}" -czf "${out_dir}/codext-linux-x64-${VERSION}.tar.gz" codext |
290 | 288 |
|
291 | | - linux_arm64_stage="$(mktemp -d "${RUNNER_TEMP}/release-linux-arm64-XXXXXX")" |
292 | | - cp "${artifacts_root}/codex-bin-aarch64-unknown-linux-musl/codex" "${linux_arm64_stage}/codext" |
293 | | - chmod +x "${linux_arm64_stage}/codext" |
294 | | - tar -C "${linux_arm64_stage}" -czf "${out_dir}/codext-linux-arm64-${VERSION}.tar.gz" codext |
295 | | -
|
296 | 289 | darwin_x64_stage="$(mktemp -d "${RUNNER_TEMP}/release-darwin-x64-XXXXXX")" |
297 | 290 | cp "${artifacts_root}/codex-bin-x86_64-apple-darwin/codex" "${darwin_x64_stage}/codext" |
298 | 291 | chmod +x "${darwin_x64_stage}/codext" |
@@ -383,15 +376,12 @@ jobs: |
383 | 376 |
|
384 | 377 | mkdir -p \ |
385 | 378 | "${vendor_root}/x86_64-unknown-linux-musl/codex" \ |
386 | | - "${vendor_root}/aarch64-unknown-linux-musl/codex" \ |
387 | 379 | "${vendor_root}/x86_64-apple-darwin/codex" \ |
388 | 380 | "${vendor_root}/aarch64-apple-darwin/codex" \ |
389 | 381 | "${vendor_root}/x86_64-pc-windows-msvc/codex" |
390 | 382 |
|
391 | 383 | cp "${artifacts_root}/codex-bin-x86_64-unknown-linux-musl/codex" \ |
392 | 384 | "${vendor_root}/x86_64-unknown-linux-musl/codex/codex" |
393 | | - cp "${artifacts_root}/codex-bin-aarch64-unknown-linux-musl/codex" \ |
394 | | - "${vendor_root}/aarch64-unknown-linux-musl/codex/codex" |
395 | 385 | cp "${artifacts_root}/codex-bin-x86_64-apple-darwin/codex" \ |
396 | 386 | "${vendor_root}/x86_64-apple-darwin/codex/codex" |
397 | 387 | cp "${artifacts_root}/codex-bin-aarch64-apple-darwin/codex" \ |
@@ -421,7 +411,6 @@ jobs: |
421 | 411 | packages=( |
422 | 412 | codex |
423 | 413 | codex-linux-x64 |
424 | | - codex-linux-arm64 |
425 | 414 | codex-darwin-x64 |
426 | 415 | codex-darwin-arm64 |
427 | 416 | codex-win32-x64 |
|
0 commit comments