apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
182 stars 8 forks source link

Speed up ARM build in CI #146

Closed fanyang01 closed 1 week ago

fanyang01 commented 1 week ago

Currently, the CI workflow for Docker image release uses Docker's emulation to build the ARM image. It costs many minutes and slows down the whole CI. We may switch to Golang's built-in cross-platform compilation, which should be much faster.