We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a0eab commit 844e796Copy full SHA for 844e796
Makefile
@@ -37,7 +37,7 @@ tag:
37
docker tag "$(REPOSITORY)/$(NAME)-linux-armv7:uclibc" "$(REPOSITORY)/$(NAME)-linux-armv7:latest"
38
docker tag "$(REPOSITORY)/$(NAME)-linux-arm64:uclibc" "$(REPOSITORY)/$(NAME)-linux-arm64:latest"
39
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"
+ docker tag "$(REPOSITORY)/$(NAME)-linux-riscv64:uclibc" "$(REPOSITORY)/$(NAME)-linux-riscv64:latest"
41
docker tag "$(REPOSITORY)/$(NAME)-linux-s390x:glibc" "$(REPOSITORY)/$(NAME)-linux-s390x:latest"
42
43
.PHONY: manifest
0 commit comments