pragtich
  • Joined on 2020-11-14
pragtich commented on issue vikunja/vikunja#682 2021-02-17 17:56:35 +00:00
ARM64 Support

Konrad,

That is great news. I installed it right away, and it is running great. Thank you for your effort!

pragtich

pragtich commented on issue vikunja/vikunja#682 2020-12-01 21:36:29 +00:00
ARM64 Support

So I did some playing around, and indeed did not find an option where the docker-in-docker process allows cross-building. I'm no expert on Docker, though.

What does look promising, is the buildx

pragtich commented on issue vikunja/vikunja#682 2020-11-23 16:10:08 +00:00
ARM64 Support

Okay, I'll try and set up a test case on a AMD64 machine and see how far I can get with cross-building a Docker image for AMD64 through Drone. Sounds like it could be a challenge. I wonder if the…

pragtich commented on issue vikunja/vikunja#682 2020-11-16 10:32:10 +00:00
ARM64 Support

That looks indeed very promising.

Please correct me if I'm wrong, but does buildx have docker-in-docker support (yet)? I think that's a requirement if we'd use that to build and publish…

pragtich commented on issue vikunja/vikunja#682 2020-11-14 07:21:03 +00:00
ARM64 Support

Hi there,

I happened to be playing with the same challenge.

After some playing with Drone, it became apparent that the easiest way to get this to work, is to have a runner native on ARM64. I…