mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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=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: .
|
||||||
|
Loading…
Reference in New Issue
Block a user