cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Push to GitHub Registry #272

Closed fkorotkov closed 1 year ago

fkorotkov commented 1 year ago

GCP's Cloud Build seems having some weird issues when it can't build multiarch images with error like this:

runtime: copying /usr/local/go/src/runtime/tls_arm64.h to /tmp/go-buildXXX/tls_GOARCH.h: write /tmp/go-buildXXX/tls_GOARCH.h: copy_file_range: function not implemented

Let's also build the image using our Docker Builder and push it to the GitHub registry.