commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

Multi-architecture docker images (arm64 support)

Open mwgamble opened this issue 1 year ago • 4 comments

The outcome of #3423 was a docker image being published automatically to Docker Hub for each release. This is awesome and helps lower the barrier to entry :)

However, it only builds an image for the amd64 architecture. It would really help those using Apple Silicon devices (M1 etc) if there was an arm64 image published too.

mwgamble avatar Feb 21 '24 07:02 mwgamble

Wanna create a PR? /cc @kaiehrhardt

escapedcat avatar Feb 21 '24 09:02 escapedcat

fyi https://github.com/conventional-changelog/commitlint/blob/master/.github/workflows/container-build.yml#L44

https://github.com/nodejs/docker-node/issues/1335

I can still give it a try soon.

kaiehrhardt avatar Feb 21 '24 23:02 kaiehrhardt

@kaiehrhardt thanks for the feedback! @mwgamble wanna give it a try?

escapedcat avatar Feb 22 '24 09:02 escapedcat

I don't have capacity to do it at the moment sorry.

mwgamble avatar Feb 26 '24 04:02 mwgamble