DaShaundashaun.hashnode.dev·Sep 18, 2023Five Months in the making, multi-architecture builderIf you have been following along, you are probably asking "What took so long?" and I totally understand. I had no idea what was wrong before today. My scripts had been working for over a year, then just stopped. I had removed a bunch of the debug inf...Discussarm64
MemgraphforMemgraphmemgraph.hashnode.dev·Feb 23, 2023Ship It on ARM64! Or Is It AARCH64?In Memgraph, we were always building packages for x86_64 architecture, but when Apple’s M1 chip became prevalent in the new laptops we had to adapt. The article on how we adapted to build our Debian packages for ARM64, the architecture of the M1 chip...Discuss·46 readsMemgraph
DaShaundashaun.hashnode.dev·Nov 10, 2022A new builder for Spring Boot 3 RC1 on ARM64Background I’m a fan of using buildpacks. I’ve been using and updating the paketo-arm64 repository started by Daniel Mikusa. With Spring Boot 3 going GA, very soon, more people are wanting to use buildpacks with their M1 machines. I feel pressure, in...Discuss·36 readsbuildpack
Juhilee Nazarejuhilee.hashnode.dev·Oct 20, 2022How to cross compile C++ code ?What is cross compilation ? Unlike Java, the programming languages such as C/C++ are not platform independent. Your C++ code will only run on the machine it was compiled on i.e the code compiled on Windows machine isn't compatible to run on Linux mac...Discuss·5 likes·266 readsC++