Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 9dd07a0

Browse files
author
Alain Saint-Sever
committed
Add vaultinjector-env hash
1 parent 7877128 commit 9dd07a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ build-vsi-webhook: clean test # run 'make build-vsi-webhook OFFLINE=true' to bui
4646
build-vsi-env:
4747
echo "Building vsi-env ..."
4848
GOOS=linux GOARCH=amd64 go build -mod=mod -a -o $(TARGET_ENV) ./cmd/vaultinjector-env
49+
cd target && sha512sum vaultinjector-env > vaultinjector-env.sha512
4950

5051
build: build-vsi-webhook build-vsi-env
5152

0 commit comments

Comments
 (0)