coredns-nodecache icon indicating copy to clipboard operation
coredns-nodecache copied to clipboard

Add support for linux/arm64

Open magiconair opened this issue 2 years ago • 3 comments

This patch updates the Makefile to build a linux/amd64 and linux/arm64 image and tag the linux/amd64 image with the current name.

The .circleci build script has been updated to create a docker multi-architecture manifest. The images need to get pushed before the manifest can be created.

Fixes #40

magiconair avatar May 10 '22 13:05 magiconair

I'll test this now in our environment.

magiconair avatar May 10 '22 13:05 magiconair

First check is that the container works well for both linux/amd64 and linux/arm64

magiconair avatar May 10 '22 15:05 magiconair

But I'll need some help with the build environment.

magiconair avatar May 10 '22 15:05 magiconair