This commit is contained in:
tdakkota 2025-08-06 14:59:07 -07:00 committed by GitHub
commit 16e2b5ae43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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