Aller au contenu
login
arrow_backRetour aux issues
prometheus/prometheus #12644

build: Ability to build local arm64 images

ecoDébutant verifiedCNCF help wanted

descriptionDescription

### 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.
codeOuvre sur GitHub