diff --git a/.travis.yml b/.travis.yml index f6aca3a7..89f38810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: script: - make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross - + - for i in ./out/*; do shasum --binary -a 256 "$i" >> "$i.sha256"; done deploy: - provider: script @@ -32,4 +32,4 @@ deploy: on: repo: docker/buildx tags: true - condition: $TRAVIS_TAG =~ ^v[0-9] \ No newline at end of file + condition: $TRAVIS_TAG =~ ^v[0-9]