mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
Build riscv64 docker image by default (#17508)
* Allow building riscv64 docker image Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com> * Update Makefile Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: ffgan <sudoemt@gmail.com> --------- Signed-off-by: ffgan <sudoemt@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
7803b9f9d7
commit
90166d3ddb
2 changed files with 2 additions and 1 deletions
|
|
@ -7,3 +7,4 @@ data/
|
|||
!.build/linux-arm64/
|
||||
!.build/linux-ppc64le/
|
||||
!.build/linux-s390x/
|
||||
!.build/linux-riscv64/
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
# 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 riscv64 s390x
|
||||
|
||||
UI_PATH = web/ui
|
||||
UI_NODE_MODULES_PATH = $(UI_PATH)/node_modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue