Skip to content

Commit 9c6f606

Browse files
committed
Fixup riscv64
1 parent 2fb6ea8 commit 9c6f606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { platform: "linux/386", internal-tag: "386" }
2525
- { platform: "linux/ppc64le", internal-tag: "ppc64le" }
2626
- { platform: "linux/amd64", internal-tag: "amd64" }
27-
- { platform: "linux/riscv64", internal-tag: "amd64" }
27+
- { platform: "linux/riscv64", internal-tag: "riscv64" }
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v6

0 commit comments

Comments
 (0)