Skip to content

Commit 7242104

Browse files
Update Makefile
Adds riscv64 to DOCKER_ARCHS to enable building and publishing linux/riscv64 container images. Fixes #3311 Previously attempted in #3312 but closed when the author deleted their repository. That PR had received LGTM from a member. Signed-off-by: Benevolent <proffersor45@gmail.com>
1 parent 53143ef commit 7242104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
all::
1616

1717
# Needs to be defined before including Makefile.common to auto-generate targets
18-
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
18+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x riscv64
1919

2020
include Makefile.common
2121

0 commit comments

Comments
 (0)