File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 target : win32-x64
3030 node_arch : x64
3131 build_for_arch : x64
32+ - os : ubuntu-latest
33+ target : linux-x64
34+ node_arch : x64
35+ build_for_arch : x64
3236
3337 steps :
3438 - name : Checkout
Original file line number Diff line number Diff line change @@ -454,6 +454,16 @@ This file records the CI/workflow fix iterations so another agent can continue f
454454 - ` .github/workflows/tagged_release.yaml `
455455 - restore build job ` setup-node ` fields (` architecture ` , ` cache ` ) under correct ` with ` block.
456456 - keep trusted-publish settings in the ` publish ` job (` registry-url ` + npm upgrade).
457+
458+ ### Iteration AN (in progress)
459+ - User request: include Linux in release artifacts and iterate until release workflow succeeds.
460+ - Current local fix:
461+ - ` .github/workflows/tagged_release.yaml `
462+ - add Linux build target to release matrix:
463+ - ` os: ubuntu-latest `
464+ - ` target: linux-x64 `
465+ - ` node_arch: x64 `
466+ - ` build_for_arch: x64 `
457467## Current Hypothesis
458468 Primary remaining blocker has shifted from crash/fatal errors to CLI capability variance on the Windows runner (notably ` tsv ` config availability).
459469
You can’t perform that action at this time.
0 commit comments