add shasum create for releases bin files

Signed-off-by: MaxPeal <30347730+MaxPeal@users.noreply.github.com>
pull/288/head
MaxPeal 5 years ago committed by GitHub
parent 42448c5f37
commit b206d94332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ env:
script: script:
- make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross - make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross
- for i in ./out/*; do shasum --binary -a 256 "$i" >> "$i.sha256"; done
deploy: deploy:
- provider: script - provider: script
@ -32,4 +32,4 @@ deploy:
on: on:
repo: docker/buildx repo: docker/buildx
tags: true tags: true
condition: $TRAVIS_TAG =~ ^v[0-9] condition: $TRAVIS_TAG =~ ^v[0-9]

Loading…
Cancel
Save