prometheus/prometheus

build: Ability to build local arm64 images

Aberta

#12.644 aberto em 2 de ago. de 2023

 (3 comentários) (0 reação) (0 responsável)Go (10.408 forks)batch import
help wanted

Métricas do repositório

Stars
 (64.042 estrelas)
Métricas de merge de PR
 (Mesclagem média 11d 5h) (118 fundiu PRs em 30d)

Description

Proposal

The instructions to build docker images locally is the following:

make promu
promu crossbuild -p linux/amd64
make npm_licenses
make common-docker-amd64

However, this only builds an amd64 image even on an ARM system (like the newer Macs). We should a make target that builds native architecture images.

Guia do colaborador