You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: architecture/build-containers.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,22 @@ OpenShell also publishes Python wheels for `linux/amd64`, `linux/arm64`, and mac
66
66
- Release workflows mirror the CLI layout: a Linux matrix job for amd64/arm64, a separate macOS job, and release jobs that download the per-platform wheel artifacts directly before publishing.
67
67
- Release CPU jobs run on `linux-amd64-cpu8` and `linux-arm64-cpu8`; the macOS wheel is still cross-compiled in Docker from the amd64 Linux runner.
68
68
69
+
## Development Release Assets
70
+
71
+
The rolling `dev` release is installer-facing but still publishes the full
72
+
artifact set: CLI tarballs, standalone gateway and sandbox tarballs, Python
73
+
wheels, Debian packages, RPM packages, and checksums. Every artifact is built
74
+
from the version computed once in `release-dev.yml`.
75
+
76
+
Package-manager artifacts use stable dev aliases on the GitHub release
77
+
(`openshell-dev-*.deb`, `openshell-dev-*.rpm`, and
78
+
`openshell-gateway-dev-*.rpm`) so the rolling release stays readable. Python
79
+
wheels keep their versioned filenames because wheel metadata requires it.
80
+
81
+
The dev release workflow prunes workflow-owned `openshell*` assets before
82
+
uploading the fresh set. `openshell-driver-vm` artifacts are intentionally not
83
+
published on the main `dev` release; VM driver binaries live on `vm-dev`.
84
+
69
85
## Sandbox Images
70
86
71
87
Sandbox images are not built in this repository. They are maintained in the [openshell-community](https://github.com/nvidia/openshell-community) repository and pulled from `ghcr.io/nvidia/openshell-community/sandboxes/` at runtime.
0 commit comments