Skip to content

Commit a1f7628

Browse files
committed
ci(docker): build and publish linux/riscv64 images
1 parent 38d32a3 commit a1f7628

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
!.build/linux-arm64
77
!.build/linux-ppc64le
88
!.build/linux-s390x
9+
!.build/linux-riscv64

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)