Skip to content

Commit

Permalink
docs/howto/release-git-lfs.md: add RISC-V 64 asset
Browse files Browse the repository at this point in the history
In PR git-lfs#5438 we added support in our Makefile and scripts to build and
upload a version of our Linux release assets for the RISC-V 64 platform.

As the documentation of our release process includes a list of the
Linux assets we build, we now add an entry for the RISC-V 64 platform
so as to match the assets listed in our public release notes.
  • Loading branch information
chrisd8088 committed Nov 23, 2024
1 parent 39b8d82 commit 5c9e5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/howto/release-git-lfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ We package several artifacts for each tagged release. They are:
| git-lfs-linux-arm64-v@{version}.tar.gz | linux (generic) | arm64 |
| git-lfs-linux-loong64-v@{version}.tar.gz | linux (generic) | loong64 |
| git-lfs-linux-ppc64le-v@{version}.tar.gz | linux (generic) | ppc64le |
| git-lfs-linux-riscv64-v@{version}.tar.gz | linux (generic) | riscv64 |
| git-lfs-linux-s390x-v@{version}.tar.gz | linux (generic) | s390x |

2. `git-lfs-windows-v@{release}-@{arch}.zip` for the following values:
Expand Down

0 comments on commit 5c9e5ed

Please sign in to comment.