f-10: ci: change ci format #10
All checks were successful
Pre Release Workflow / set-release-target (push) Successful in 1s
Pre Release Workflow / build (agent, amd64, linux) (push) Successful in 1m28s
Pre Release Workflow / build (db, amd64, linux) (push) Successful in 1m31s
Pre Release Workflow / build (metacli, amd64, linux) (push) Successful in 1m32s
Pre Release Workflow / build (metadata, amd64, linux) (push) Successful in 1m29s
Pre Release Workflow / build (netns, amd64, linux) (push) Successful in 1m24s
Pre Release Workflow / prerelease (push) Successful in 11s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-01-08 23:58:31 +01:00
commit d1559b2ba0
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -32,7 +32,12 @@ jobs:
matrix:
goos: [linux]
goarch: [amd64]
binaries: [db, metadata, metacli, agent, netns]
binaries:
- db
- metadata
- metacli
- agent
- netns
uses: ./.forgejo/workflows/build.yml
with:
tag: ${{ needs.set-release-target.outputs.release_cible }}