crocs-muni / sec-certs

Tool for analysis of security certificates and their security targets (Common Criteria, NIST FIPS140-2...).
https://sec-certs.org
MIT License
9 stars 7 forks source link

Provide sec-certs container build on linux/arm64 platform #375

Closed jreznik closed 7 months ago

jreznik commented 7 months ago

At the moment, sec-certs container in the Docker hub is linux/amd64 only. With the new Mx processors from Apple and Graviton processors in AWS, AArch64 architecture is getting some traction as a platform to run containers. Many developers uses Apple (either with MacOS, or Asahi Linux) on their laptops.

Hence, please provide a build of sec-certs on linux/arm64 platform available from the Docker Hub.

adamjanovsky commented 7 months ago

Hi, thanks for this suggestion. I added multi-architectural build via https://github.com/crocs-muni/sec-certs/pull/376. I hope it'll work for you. So far, the following platforms are suppported:

https://github.com/crocs-muni/sec-certs/blob/8e8c74c76f9f2ede6c130cb74d449a3452357f11/.github/workflows/release.yml#L59

In our Dockerhub, you should see the Docker image with both architectures (as soon as this pipeline succeeds) https://hub.docker.com/repository/docker/seccerts/sec-certs/general.

If some further action is needed, just re-open the issue with further details please.