ci(docker): build and publish linux/riscv64 images

Signed-off-by: tdakkota <tanc13@yandex.ru>
This commit is contained in:
tdakkota 2025-04-25 19:01:02 +03:00
parent 38d32a3977
commit 6955028b29
No known key found for this signature in database
GPG key ID: 01A06F025C62F7CC
2 changed files with 2 additions and 1 deletions

View file

@ -6,3 +6,4 @@
!.build/linux-arm64
!.build/linux-ppc64le
!.build/linux-s390x
!.build/linux-riscv64

View file

@ -15,7 +15,7 @@
all::
# 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