CICD: building multi-arch container images with GitHub Actions
The world is multi-arch and you can easily leverage it!
The world is multi-arch and you can easily leverage it!
One of the great advantages of using containers [1] is that it brings flexibility to you deployments. You can have a container configured with everything you need and move it around to be executed where you want, which is a time saving approach (and reminds me of the Java’s WORA [2]: write once, run anywhere).… Continue reading docker: creating multi-arch images
Working daily with Docker and Kubernetes and several workloads written in GO is a very common task for me. Likewise, configuring a development environment on brand new VMs. To make this process easier, I wrote a simple script that automatically downloads and install the latest version of Go for Linux for x86_64, ppc64le and s390x… Continue reading linux: configuring your Go development environment
Follow the steps below to install openstackclient on your Fedora 26 (x86_64):
libclang is the C/C++ Interface to Clang. In order to avoid the following error: Use one of the solutions below, according your architecture: On x86_64: On ppc64le: More about Clang can be found at https://clang.llvm.org/doxygen/group__CINDEX.html