Publish a checksum of the binaries.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-11-16 17:15:06 +00:00
parent fff4f0ce79
commit c180946fb4

View File

@ -33,6 +33,7 @@ jobs:
make GOOS=darwin dist/moby-darwin make GOOS=darwin dist/moby-darwin
make GOOS=windows dist/moby-windows make GOOS=windows dist/moby-windows
make GOOS=linux dist/moby-linux make GOOS=linux dist/moby-linux
cd dist && sha256sum moby-* > SHA256SUM
- store_artifacts: - store_artifacts:
path: ./dist path: ./dist
destination: . destination: .