Commit 3aafcbf
committed
fix: push kubenixCI2 closure to cachix in build-manifests step
The nocache CI variant was failing because its nodeEnv store path was
never pushed to cachix. The push script runs on both amd64 and arm64
runners, so kubenixCI2 (x86_64-only) cannot be added there. Instead,
add a dedicated step in build-manifests (ubuntu-latest, x86_64) that
builds kubenixCI2.deploymentScript and pushes its closure to cachix.1 parent a95cf25 commit 3aafcbf
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
0 commit comments