Skip to content

Commit 79e9858

Browse files
authored
Merge pull request #58 from prometheus/superq/fix_uclibc
Fix riscv64 latest tag
2 parents 91a0eab + 844e796 commit 79e9858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tag:
3737
docker tag "$(REPOSITORY)/$(NAME)-linux-armv7:uclibc" "$(REPOSITORY)/$(NAME)-linux-armv7:latest"
3838
docker tag "$(REPOSITORY)/$(NAME)-linux-arm64:uclibc" "$(REPOSITORY)/$(NAME)-linux-arm64:latest"
3939
docker tag "$(REPOSITORY)/$(NAME)-linux-ppc64le:glibc" "$(REPOSITORY)/$(NAME)-linux-ppc64le:latest"
40-
docker tag "$(REPOSITORY)/$(NAME)-linux-riscv64:glibc" "$(REPOSITORY)/$(NAME)-linux-riscv64:latest"
40+
docker tag "$(REPOSITORY)/$(NAME)-linux-riscv64:uclibc" "$(REPOSITORY)/$(NAME)-linux-riscv64:latest"
4141
docker tag "$(REPOSITORY)/$(NAME)-linux-s390x:glibc" "$(REPOSITORY)/$(NAME)-linux-s390x:latest"
4242

4343
.PHONY: manifest

0 commit comments

Comments
 (0)