| ... | ... |
@@ -91,7 +91,8 @@ docker run \ |
| 91 | 91 |
-e AWS_ACCESS_KEY=$(cat ~/.aws/access_key) \ |
| 92 | 92 |
-e AWS_SECRET_KEY=$(cat ~/.aws/secret_key) \ |
| 93 | 93 |
-e GPG_PASSPHRASE=supersecretsesame \ |
| 94 |
- hack/make.sh release |
|
| 94 |
+ docker |
|
| 95 |
+ hack/release.sh |
|
| 95 | 96 |
``` |
| 96 | 97 |
|
| 97 | 98 |
It will build and upload the binaries on the specified bucket (you should |