ci(gateway): retain Linux candidate artifacts
Verify Data Plane / gateway (push) Failing after 13s

This commit is contained in:
sechmachine
2026-07-30 11:17:10 +07:00
parent 0c4d87406e
commit 2c8023edf9
+13
View File
@@ -28,5 +28,18 @@ jobs:
bun-version: "1.3.13"
- name: Verify Go and OpenSpec baseline
run: make OPENSPEC='bunx --bun @fission-ai/openspec@1.5.0' verify
- name: Build and inspect reproducible Linux gateway artifacts
run: |
make gateway-linux DIST_DIR=dist
sha256sum dist/verse-gateway-linux-* | tee dist/SHA256SUMS
file dist/verse-gateway-linux-* | tee dist/file.txt
go version -m dist/verse-gateway-linux-amd64 > dist/go-version-amd64.txt
go version -m dist/verse-gateway-linux-arm64 > dist/go-version-arm64.txt
- uses: christopherhx/gitea-upload-artifact@v4
with:
name: verse-gateway-linux-${{ gitea.sha }}
path: dist/*
if-no-files-found: error
retention-days: 30
- name: Verify clean checkout
run: git diff --exit-code