The Wayback Machine - https://web.archive.org/web/20211003224701/https://github.com/topics/build-automation
Skip to content
#

build-automation

Here are 561 public repositories matching this topic...

earthly
mariusvniekerk
mariusvniekerk commented Sep 28, 2021

Presently it is not easily possible to know what the host os/platform is. This is particularly importatnt when working on a machine like an m1 macbook that tends to run lots of portions under emulation.

For example you may want to do something like the following (mostly to avoid golang crashing instant under qemu)

go-cross-amd64:
    FROM --platform=linux/${HOST_PLATFORM} golang:1.17.

Improve this page

Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."

Learn more