cloud · container · docker · github actions · linux · power · ppc64le · x86_64

CICD: building multi-arch container images with GitHub Actions

The world is multi-arch and you can easily leverage it!

cloud · docker · linux · ppc64le · s390x · x86_64

docker: creating multi-arch images

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

go · linux · ppc64le · s390x · x86_64

linux: configuring your Go development environment

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

linux · openstack · python · x86_64

x86_64: installing openstackclient on Fedora26

Follow the steps below to install openstackclient on your Fedora 26 (x86_64):

linux · power · ppc64le · python · x86_64

linux: libclang on Ubuntu

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