geniusyield / dex-contracts-api

Off-chain code to interact with Genius Yield DEX contracts
https://www.geniusyield.co/
17 stars 2 forks source link

[CI] Build docker image for different architectures #47 #48

Open 4TT1L4 opened 7 months ago

4TT1L4 commented 7 months ago

Summary

Addresses:

For details see:

Type of Change

Checklist

Testing

Additional Information

4TT1L4 commented 6 months ago

The multiplatform build seem to take extremely long. After 6 hours of build time the build is cancelled. We need to find out why it takes so long.

4TT1L4 commented 6 months ago

The slow build is caused by the emulator. Since both builds are running on the same VM, an emulator must be used.

We need to break up the job and send to different runners with the right platform, so no emulator would be needed.