harden runtime packaging and verification

This commit is contained in:
Sinabina
2026-07-17 12:09:49 -07:00
parent 20d2840bd3
commit d7357c288f
36 changed files with 801 additions and 265 deletions
+3 -3
View File
@@ -70,10 +70,10 @@ jobs:
- name: Run the GStack 2 gate inside the container
run: >-
docker run --rm
--volume "${{ github.workspace }}:/workspaces/gstack"
--workdir /workspaces/gstack
--volume "${{ github.workspace }}:/source:ro"
--workdir /source
gstack2-devcontainer
/workspaces/gstack/scripts/gstack2/devcontainer-gate.sh
/source/scripts/gstack2/devcontainer-gate.sh /source
- name: Exercise a clean Linux runtime install inside the container
run: >-
docker run --rm