Skip to content

Commit

Permalink
Add riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo authored and thresheek committed Dec 3, 2024
1 parent d21b4f2 commit 9bef259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ for version in "${versions[@]}"; do
echo
cat <<-EOE
Tags: $(join ', ' "${variantAliases[@]}")
Architectures: arm64v8, arm32v6, arm32v7, ppc64le, s390x, i386, amd64
Architectures: arm64v8, arm32v6, arm32v7, ppc64le, s390x, i386, amd64, riscv64
GitCommit: $commit
Directory: $version/$variant
EOE
Expand Down

0 comments on commit 9bef259

Please sign in to comment.