haven-protocol-org / haven-main

Haven is an untraceable cryptocurrency with a mix of standard market pricing and real world asset-pegged value storage. It achieves this via a “mint and burn” process within a single blockchain.
https://havenprotocol.org
Other
39 stars 25 forks source link

Fix docker builds #20

Closed kim0 closed 2 years ago

kim0 commented 2 years ago
kim0 commented 2 years ago

Hello @goshiz Decided to celebrate v2.0 by fixing the eternally failing docker builds ;D This PR runs separate jobs per-platform. Every resulting image is pushed to dockerhub, then the multiplatform image is created to combine them all. Basic testing seems to work. I think we should only trigger this workflow on pushing a "tag", not on every push to avoid creating too many images, but decided not to change the defaults for now!