containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
260 stars 58 forks source link

fix arm build #342

Closed WaberZhuang closed 3 months ago

WaberZhuang commented 3 months ago

What this PR does / why we need it: In the release workflow, we are using gcc 8.5.1 on centos8, which can be problematic for compiling the arm64 binary. We should use gcc 9.2.1 instead.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Please check the following list: