Skip to content

Commit 83c6f83

Browse files
Add exclusion for linux-riscv64 in .dockerignore
Adds linux/riscv64 to DOCKER_ARCHS in Makefile and un-ignores the .build/linux-riscv64 directory in .dockerignore. 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> Signed-off-by: benevolentshrine <proffersor45@gmail.com>
1 parent a1cbf81 commit 83c6f83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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

0 commit comments

Comments
 (0)