mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
183 stars 133 forks source link

Replace Azure Pipelines with Github Actions #688

Closed quentinlesceller closed 1 year ago

quentinlesceller commented 1 year ago

As titled. This PR replaces Azure Pipelines (AP) with Github Actions (GA). Pros:

Cons: ?

As of today it does exactly the same as what we have:

To test:

If this is merged I intend to switch grin repo to Github Actions as well.

Also binaries arch are renamed to x86_64 instead of amd64 to avoid confusion with arm64.

yeastplume commented 1 year ago

That's really great to see, thanks. I was thinking that our build infrastructure could use a revision to see where we might be able to improve 👍

quentinlesceller commented 1 year ago

Is there anything else that you'd like in the build infrastructure?

yeastplume commented 1 year ago

Let me have a think and come back to you - thanks!

yeastplume commented 1 year ago

Are we okay to merge this? Would like to give it a go with a beta release

quentinlesceller commented 1 year ago

Sure. Let's do this.