mjolnir
mjolnir copied to clipboard
Support Arm architectures for Docker containers
Add linux/arm64 and linux/arm/v7 architectures support for Docker containers.
Which will partially solve #74.
linux/arm/v6 are not supported. node don't have a arm32v6 image for node:20-slim. We can add it if we really want to, but the build image will be change or there will be a whole section of workflow just for arm32v6, which I think is not necessary.