Skip to content

Commit

Permalink
fix main instead of dir
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jun 16, 2020
1 parent bb67968 commit 378d417
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before:

builds:
-
dir: ./cmd/kes
main: ./cmd/kes
goos:
- linux
- darwin
Expand Down Expand Up @@ -58,7 +58,7 @@ signs:
cmd: "sh"
args:
- '-c'
- 'echo "$MINISIGN_PASSWORD" | rsign sign ${artifact} -P RWRcOzQ19UrKLp4rkfssIwwWiWagluGJ8fpUBh/BeH+bZV3keFcdIJTF'
- 'echo "${MINISIGN_PASSWORD}" | minisign -s /media/${USER}/minio/minisign.key -Sm ${artifact}'
artifacts: all

snapshot:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KES is a stateless and distributed key-management system for high-performance ap

You can also verify the binary with [minisign](https://jedisct1.github.io/minisign/) by downloading the corresponding [`.minisign`](https://github.com/minio/kes/releases/latest) signature file. Then run:
```
minisign -Vm <OS-ARCH>.zip -P RWRcOzQ19UrKLp4rkfssIwwWiWagluGJ8fpUBh/BeH+bZV3keFcdIJTF
minisign -Vm <OS-ARCH>.zip -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav
```

### Docker
Expand Down
2 changes: 2 additions & 0 deletions minisign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
untrusted comment: minisign public key 2FD021B6F59AE5F1
RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav

0 comments on commit 378d417

Please sign in to comment.