Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 10, 2025
1 parent a865915 commit 2ed685f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Examples of non-Java projects:
* xref:examples:miscellaneous/bun.adoc[]
* xref:examples:miscellaneous/cpp.adoc[]
* xref:examples:miscellaneous/crystal.adoc[]
* xref:examples:miscellaneous/csharp-cross-platform.adoc[]
* xref:examples:miscellaneous/csharp.adoc[]
* xref:examples:miscellaneous/deno.adoc[]
* xref:examples:miscellaneous/elixir.adoc[]
* xref:examples:miscellaneous/go.adoc[]
Expand All @@ -31,7 +31,7 @@ Examples of non-Java projects:
* xref:examples:miscellaneous/odin.adoc[]
* xref:examples:miscellaneous/pascal.adoc[]
* xref:examples:miscellaneous/perl.adoc[]
* xref:examples:miscellaneous/rust-cross-platform.adoc[]
* xref:examples:miscellaneous/rust.adoc[]
* xref:examples:miscellaneous/swift.adoc[]
* xref:examples:miscellaneous/zig.adoc[]

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/examples/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*** xref:miscellaneous/bun.adoc[]
*** xref:miscellaneous/cpp.adoc[]
*** xref:miscellaneous/crystal.adoc[]
*** xref:miscellaneous/csharp-cross-platform.adoc[]
*** xref:miscellaneous/csharp.adoc[]
*** xref:miscellaneous/deno.adoc[]
*** xref:miscellaneous/elixir.adoc[]
*** xref:miscellaneous/go.adoc[]
Expand All @@ -34,6 +34,6 @@
*** xref:miscellaneous/odin.adoc[]
*** xref:miscellaneous/pascal.adoc[]
*** xref:miscellaneous/perl.adoc[]
*** xref:miscellaneous/rust-cross-platform.adoc[]
*** xref:miscellaneous/rust.adoc[]
*** xref:miscellaneous/swift.adoc[]
*** xref:miscellaneous/zig.adoc[]
4 changes: 2 additions & 2 deletions docs/modules/examples/pages/miscellaneous/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* xref:miscellaneous/bun.adoc[]
* xref:miscellaneous/cpp.adoc[]
* xref:miscellaneous/crystal.adoc[]
* xref:miscellaneous/csharp-cross-platform.adoc[]
* xref:miscellaneous/csharp.adoc[]
* xref:miscellaneous/deno.adoc[]
* xref:miscellaneous/elixir.adoc[]
* xref:miscellaneous/go.adoc[]
Expand All @@ -17,7 +17,7 @@
* xref:miscellaneous/odin.adoc[]
* xref:miscellaneous/pascal.adoc[]
* xref:miscellaneous/perl.adoc[]
* xref:miscellaneous/rust-cross-platform.adoc[]
* xref:miscellaneous/rust.adoc[]
* xref:miscellaneous/swift.adoc[]
* xref:miscellaneous/zig.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ The link:https://github.com/jreleaser/helloworld-rustx[] repository shows the co
** `x86_64-apple-darwin`
** `x86_64-pc-windows-msvc`
** `x86_64-unknown-linux-gnu`
- Use `cross` to compile for `aarch64-unknown-linux-gnu`
- Use `lipo` to generate an universal binary for apple-darwin
** `aarch_64-unknown-linux-gnu`
- Assemble zip distributions with JReleaser
- Create rolling early-access releases with JReleaser on every push to `main` branch

IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
More information about environment variable configuration may be found xref:reference:environment.adoc[here].

Original code based on link:https://andresalmiray.com/releasing-rust-binaries-with-jreleaser/[Releasing Rust Binaries with JReleaser].

0 comments on commit 2ed685f

Please sign in to comment.