Commit 1b70a572879ff8ac334938874aa0d6a7c649f4fe

Authored by Jacob Vosmaer
1 parent f1cbf5c4

Also calculate the sha256sum of packages

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -40,7 +40,7 @@ move_ee_to_secret_dir:
40 40 ; fi
41 41  
42 42 md5:
43   - find pkg -type f -exec md5sum {} \;
  43 + find pkg -type f -exec md5sum {} \; -exec sha256sum {} \;
44 44  
45 45 s3_sync:
46 46 aws s3 sync pkg/ s3://${RELEASE_BUCKET} --acl public-read --region ${RELEASE_BUCKET_REGION}
... ...