mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
Merge 6955028b29
into e2f4986c64
This commit is contained in:
commit
16e2b5ae43
|
@ -6,3 +6,4 @@
|
||||||
!.build/linux-arm64
|
!.build/linux-arm64
|
||||||
!.build/linux-ppc64le
|
!.build/linux-ppc64le
|
||||||
!.build/linux-s390x
|
!.build/linux-s390x
|
||||||
|
!.build/linux-riscv64
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@
|
||||||
all::
|
all::
|
||||||
|
|
||||||
# Needs to be defined before including Makefile.common to auto-generate targets
|
# Needs to be defined before including Makefile.common to auto-generate targets
|
||||||
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
|
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x riscv64
|
||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue