mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Publish a checksum of the binaries.
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
fff4f0ce79
commit
c180946fb4
@ -33,6 +33,7 @@ jobs:
|
||||
make GOOS=darwin dist/moby-darwin
|
||||
make GOOS=windows dist/moby-windows
|
||||
make GOOS=linux dist/moby-linux
|
||||
cd dist && sha256sum moby-* > SHA256SUM
|
||||
- store_artifacts:
|
||||
path: ./dist
|
||||
destination: .
|
||||
|
Loading…
Reference in New Issue
Block a user