istioinaction/book-source-code

ARM64 Support

SJrX opened this issue · 2 comments

SJrX commented

Hello,

I was going to suggest maybe that multi-arch images be created for things so that people who are on a new M1 mac (maybe) or using a raspberry pi based cluster can use the images. That might be a lot of work and I've never actually built a multi arch image.

At the very least, you might want to remove the hard coded GOARCH in the webapp folder (maybe it's in other places, I'm just on chapter 2), so that it doesn't compile to amd64 for people who are trying to build the docker images on other platforms.

Cheers

I'll see to work on this during the next week.

Done! Thanks for opening the issue @SJrX