You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ projects.
33
33
pattern `Vezel.Zig.Toolsets.<rid>` is published, where `<rid>` is replaced
34
34
with `linux-arm64`, `osx-x64`, `win-x86`, etc.
35
35
* Only the RIDs that .NET runs on are covered (so e.g.
36
-
`Vezel.Zig.Toolsets.linux-riscv64` is *not* available).
36
+
`Vezel.Zig.Toolsets.linux-x86` is *not* available).
37
37
* The package version matches the official Zig release's version, with an extra
38
38
fourth component added indicating the packaging version.
39
39
@@ -46,6 +46,7 @@ This project offers the following packages:
46
46
|[![Vezel.Zig.Toolsets.linux-arm][linux-arm-img]][linux-arm-pkg]| Provides the toolset for the `linux-arm` build platform. |![Downloads][linux-arm-dls]|
47
47
|[![Vezel.Zig.Toolsets.linux-arm64][linux-arm64-img]][linux-arm64-pkg]| Provides the toolset for the `linux-arm64` build platform. |![Downloads][linux-arm64-dls]|
48
48
|[![Vezel.Zig.Toolsets.linux-ppc64le][linux-ppc64le-img]][linux-ppc64le-pkg]| Provides the toolset for the `linux-ppc64le` build platform. |![Downloads][linux-ppc64le-dls]|
49
+
|[![Vezel.Zig.Toolsets.linux-riscv64][linux-riscv64-img]][linux-riscv64-pkg]| Provides the toolset for the `linux-riscv64` build platform. |![Downloads][linux-riscv64-dls]|
49
50
|[![Vezel.Zig.Toolsets.linux-x64][linux-x64-img]][linux-x64-pkg]| Provides the toolset for the `linux-x64` build platform. |![Downloads][linux-x64-dls]|
50
51
|[![Vezel.Zig.Toolsets.osx-arm64][osx-arm64-img]][osx-arm64-pkg]| Provides the toolset for the `osx-arm64` build platform. |![Downloads][osx-arm64-dls]|
51
52
|[![Vezel.Zig.Toolsets.osx-x64][osx-x64-img]][osx-x64-pkg]| Provides the toolset for the `osx-x64` build platform. |![Downloads][osx-x64-dls]|
@@ -56,6 +57,7 @@ This project offers the following packages:
0 commit comments