hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.22k stars 207 forks source link

Do not build multi arch container images #1615

Closed seanyoung closed 6 months ago

seanyoung commented 6 months ago

Building a multiarch container image is fragile and depends on the linux-arm64 runner having access to a remote amd64 docker daemon.

As far as I know this is not ever used.

Also includes some cleanups and an anchor build fix.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1474831) 88.43% compared to head (fa4ecc0) 88.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1615 +/- ## ======================================= Coverage 88.43% 88.43% ======================================= Files 150 150 Lines 68322 68322 ======================================= Hits 60418 60418 Misses 7904 7904 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seanyoung commented 6 months ago

Merging so the CI tests pass again