Skip to content

Commit

Permalink
Put vendor-signing-pubkeys.txt under cmd/tkey-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj authored and mchack-work committed May 22, 2024
1 parent 74e8995 commit 2fdbdc7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ all: tkey-verification
# .PHONY to let go-build handle deps and rebuilds
.PHONY: tkey-verification
tkey-verification:
cp -af vendor-signing-pubkeys.txt ./cmd/tkey-verification/vendor-signing-pubkeys.txt
CGO_ENABLED=0 go build -trimpath -buildvcs=false ./cmd/tkey-verification
./tkey-verification --version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ released versions (since we got reproducibility in place).
client certs:

```
$ cp test-vendor-signing-pubkeys.txt vendor-signing-pubkeys.txt
$ cp test-vendor-signing-pubkeys.txt cmd/tkey-verification/vendor-signing-pubkeys.txt
$ make
$ make certs
```
Expand Down
File renamed without changes.

0 comments on commit 2fdbdc7

Please sign in to comment.