Skip to content

Commit

Permalink
Merge pull request #58 from prometheus/superq/fix_uclibc
Browse files Browse the repository at this point in the history
Fix riscv64 latest tag
  • Loading branch information
SuperQ authored Jul 3, 2023
2 parents 91a0eab + 844e796 commit 79e9858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tag:
docker tag "$(REPOSITORY)/$(NAME)-linux-armv7:uclibc" "$(REPOSITORY)/$(NAME)-linux-armv7:latest"
docker tag "$(REPOSITORY)/$(NAME)-linux-arm64:uclibc" "$(REPOSITORY)/$(NAME)-linux-arm64:latest"
docker tag "$(REPOSITORY)/$(NAME)-linux-ppc64le:glibc" "$(REPOSITORY)/$(NAME)-linux-ppc64le:latest"
docker tag "$(REPOSITORY)/$(NAME)-linux-riscv64:glibc" "$(REPOSITORY)/$(NAME)-linux-riscv64:latest"
docker tag "$(REPOSITORY)/$(NAME)-linux-riscv64:uclibc" "$(REPOSITORY)/$(NAME)-linux-riscv64:latest"
docker tag "$(REPOSITORY)/$(NAME)-linux-s390x:glibc" "$(REPOSITORY)/$(NAME)-linux-s390x:latest"

.PHONY: manifest
Expand Down

0 comments on commit 79e9858

Please sign in to comment.