Commit c1051c6
Split dagster-cloud.pex by runner architecture (#247)
split dagster-cloud.pex by runner arch
Build two PEX variants — dagster-cloud-x86_64.pex (x86 runners +
manylinux docker, ~80MB) and dagster-cloud-aarch64.pex (ARM runners,
~50MB) — instead of one ~96MB fat PEX. Keeps every file comfortably
under GitHub's 100MB per-file limit. action.yml call sites route by
runner.arch; src/Dockerfile pins to the x86_64 variant; deploy_pex.py
picks by platform.machine() at runtime.
generated/gha/dagster-cloud.pex becomes a symlink to the x86_64 variant
for one release so external consumers reaching past the public action
API continue to work on x86 runners.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 658d4b3 commit c1051c6
13 files changed
Lines changed: 76 additions & 50 deletions
File tree
- actions
- build_deploy_python_executable
- utils
- ci-init
- dagster-cloud-cli
- dg-cli
- dg-deploy-init
- prerun
- generated/gha
- scripts
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments