vulsio / go-cve-dictionary

Build a local copy of CVE (NVD and Japanese JVN). Server mode for easy querying.
Apache License 2.0
367 stars 109 forks source link

feat: support arm64 #260

Closed kannkyo closed 2 years ago

kannkyo commented 2 years ago

What did you implement:

Add arm64 image using docker's multi platform build feature.

ref: https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

Is this ready for review?: YES

Reference