storj-archived / autobin

Deprecated. Cross platform batch / shell scripts used to automatically build binaries.
https://storj.io
GNU Affero General Public License v3.0
3 stars 5 forks source link

build release binaries for new release tags #21

Closed littleskunk closed 7 years ago

littleskunk commented 7 years ago

At the moment autobin is building binaries only for draft releases. We had no failed binary build for a while now. It is time to move on. I would like to add ARM binaries but they will need more than one hour to complete. If we have to release a hotfix as fast as possible we can't wait more than one hour.

Solution: Autobin should build even for published releases. Lets start with a tiny time frame of 7 days or the last 2 release tags. We don't want to build binaries for old release tags. This will allow us to publish the release while the ARM build server is still running.

littleskunk commented 7 years ago

Implemented with: https://github.com/Storj/autobin/commit/f87b48a021ceffa286c32507e0d83f0497967f6d

Build binaries for the latest release tags only even if the release is already published.

littleskunk commented 7 years ago

Oh that was only linux. I have to do the same for OSX and windows as well :/

littleskunk commented 7 years ago

https://github.com/Storj/autobin/commit/2037c9056536e8b8c831f73f982b14567258f765