David Bond davidsbond
davidsbond commented on issue vikunja/vikunja#682 2020-11-14 19:53:53 +00:00
ARM64 Support

Sorry, I haven't had much of a chance to take a look into this yet, life got busy!

I currently have projects running via github actions that use buildx to push arm images, although I'm not sure if…

davidsbond commented on issue vikunja/vikunja#682 2020-10-16 20:37:08 +00:00
ARM64 Support

Sure, I can take a look. I've not used drone before but will do some reading!

davidsbond commented on issue vikunja/vikunja#682 2020-10-16 20:25:04 +00:00
ARM64 Support

If you build your images using buildx, you wouldn't need to do anything with GOOS and GOARCH since you actually build your binary within the Dockerfile by the looks

davidsbond commented on issue vikunja/vikunja#682 2020-10-16 20:23:53 +00:00
ARM64 Support

There is a docker CLI plugin called buildx which allows you to target multiple platforms. I've used this to build arm64 images on amd64…

davidsbond opened issue vikunja/vikunja#682 2020-10-16 19:56:23 +00:00
ARM64 Support