keikoproj / lifecycle-manager

Graceful AWS scaling event on Kubernetes using lifecycle hooks
Apache License 2.0
92 stars 28 forks source link

feat: Update go version and add cross-compilation #76

Closed eytan-avisror closed 2 years ago

eytan-avisror commented 2 years ago

Signed-off-by: Eytan Avisror eytan_avisror@intuit.com

This adds cross compile for linux/arm/v7 and linux/arm64 when building an image in order to support Graviton instances. Also updated go version to 1.17 and re-run tidy/vendor

codecov[bot] commented 2 years ago

Codecov Report

Merging #76 (1df9a51) into master (0d33cb8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   69.69%   69.69%           
=======================================
  Files          12       12           
  Lines         914      914           
=======================================
  Hits          637      637           
  Misses        216      216           
  Partials       61       61           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d33cb8...1df9a51. Read the comment docs.