File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Examples of non-Java projects:
2121 * xref:examples:miscellaneous/bun.adoc[]
2222 * xref:examples:miscellaneous/cpp.adoc[]
2323 * xref:examples:miscellaneous/crystal.adoc[]
24- * xref:examples:miscellaneous/csharp-cross-platform .adoc[]
24+ * xref:examples:miscellaneous/csharp.adoc[]
2525 * xref:examples:miscellaneous/deno.adoc[]
2626 * xref:examples:miscellaneous/elixir.adoc[]
2727 * xref:examples:miscellaneous/go.adoc[]
@@ -31,7 +31,7 @@ Examples of non-Java projects:
3131 * xref:examples:miscellaneous/odin.adoc[]
3232 * xref:examples:miscellaneous/pascal.adoc[]
3333 * xref:examples:miscellaneous/perl.adoc[]
34- * xref:examples:miscellaneous/rust-cross-platform .adoc[]
34+ * xref:examples:miscellaneous/rust.adoc[]
3535 * xref:examples:miscellaneous/swift.adoc[]
3636 * xref:examples:miscellaneous/zig.adoc[]
3737
Original file line number Diff line number Diff line change 2424*** xref:miscellaneous/bun.adoc[]
2525*** xref:miscellaneous/cpp.adoc[]
2626*** xref:miscellaneous/crystal.adoc[]
27- *** xref:miscellaneous/csharp-cross-platform .adoc[]
27+ *** xref:miscellaneous/csharp.adoc[]
2828*** xref:miscellaneous/deno.adoc[]
2929*** xref:miscellaneous/elixir.adoc[]
3030*** xref:miscellaneous/go.adoc[]
3434*** xref:miscellaneous/odin.adoc[]
3535*** xref:miscellaneous/pascal.adoc[]
3636*** xref:miscellaneous/perl.adoc[]
37- *** xref:miscellaneous/rust-cross-platform .adoc[]
37+ *** xref:miscellaneous/rust.adoc[]
3838*** xref:miscellaneous/swift.adoc[]
3939*** xref:miscellaneous/zig.adoc[]
File renamed without changes.
Original file line number Diff line number Diff line change 77* xref:miscellaneous/bun.adoc[]
88* xref:miscellaneous/cpp.adoc[]
99* xref:miscellaneous/crystal.adoc[]
10- * xref:miscellaneous/csharp-cross-platform .adoc[]
10+ * xref:miscellaneous/csharp.adoc[]
1111* xref:miscellaneous/deno.adoc[]
1212* xref:miscellaneous/elixir.adoc[]
1313* xref:miscellaneous/go.adoc[]
1717* xref:miscellaneous/odin.adoc[]
1818* xref:miscellaneous/pascal.adoc[]
1919* xref:miscellaneous/perl.adoc[]
20- * xref:miscellaneous/rust-cross-platform .adoc[]
20+ * xref:miscellaneous/rust.adoc[]
2121* xref:miscellaneous/swift.adoc[]
2222* xref:miscellaneous/zig.adoc[]
2323
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ The link:https://github.com/jreleaser/helloworld-rustx[] repository shows the co
77 ** `x86_64-apple-darwin`
88 ** `x86_64-pc-windows-msvc`
99 ** `x86_64-unknown-linux-gnu`
10- - Use `cross` to compile for `aarch64-unknown-linux-gnu`
11- - Use `lipo` to generate an universal binary for apple-darwin
10+ ** `aarch_64-unknown-linux-gnu`
1211 - Assemble zip distributions with JReleaser
1312 - Create rolling early-access releases with JReleaser on every push to `main` branch
1413
1514IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
1615More information about environment variable configuration may be found xref:reference:environment.adoc[here].
17-
18- Original code based on link:https://andresalmiray.com/releasing-rust-binaries-with-jreleaser/[Releasing Rust Binaries with JReleaser].
You can’t perform that action at this time.
0 commit comments