Relative Content

Tag Archive for google-cloud-build

How to select x86_64 vs aarch64 in Google Cloud Build?

I’m using Google Cloud Build to generate binary artifacts that I deploy to N1 series VMs. For years, I’ve done this by setting my cloudbuild.yaml to gcr.io/cloud-builders/docker and then, in the Dockerfile, selecting the base image corresponding to the OS of my VM, such as FROM rockylinux:9.

How to select x86_64 vs aarch64 in Google Cloud Build?

I’m using Google Cloud Build to generate binary artifacts that I deploy to N1 series VMs. For years, I’ve done this by setting my cloudbuild.yaml to gcr.io/cloud-builders/docker and then, in the Dockerfile, selecting the base image corresponding to the OS of my VM, such as FROM rockylinux:9.

How to select x86_64 vs aarch64 in Google Cloud Build?

I’m using Google Cloud Build to generate binary artifacts that I deploy to N1 series VMs. For years, I’ve done this by setting my cloudbuild.yaml to gcr.io/cloud-builders/docker and then, in the Dockerfile, selecting the base image corresponding to the OS of my VM, such as FROM rockylinux:9.