Skip to content

Commit 3a728ad

Browse files
committed
Add linux-x64 to tagged release matrix
1 parent 115545f commit 3a728ad

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/tagged_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
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

RUNNER-FIX-HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)