chore: added bridge-rollout to CI.

This commit is contained in:
Xavier Michelon
2024-03-13 09:06:47 +01:00
parent 4cb938c57f
commit d35af6b686
2 changed files with 5 additions and 1 deletions

View File

@ -119,6 +119,9 @@ versioner:
vault-editor:
$(call go-build-finalize,"-tags=debug","vault-editor","./utils/vault-editor/main.go")
bridge-rollout:
$(call go-build-finalize,, "bridge-rollout","./utils/bridge-rollout/bridge-rollout.go")
hasher:
go build -o hasher utils/hasher/main.go