This commit is contained in:
@@ -28,5 +28,18 @@ jobs:
|
|||||||
bun-version: "1.3.13"
|
bun-version: "1.3.13"
|
||||||
- name: Verify Go and OpenSpec baseline
|
- name: Verify Go and OpenSpec baseline
|
||||||
run: make OPENSPEC='bunx --bun @fission-ai/openspec@1.5.0' verify
|
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
|
- name: Verify clean checkout
|
||||||
run: git diff --exit-code
|
run: git diff --exit-code
|
||||||
|
|||||||
Reference in New Issue
Block a user