Skip to content

Commit

Permalink
Correct mentions of amd64 with x64
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jan 2, 2025
1 parent 397e7c0 commit c16fcaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/development/packaging/generate-indexer-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The `builder.sh` script is controlled by a number of optional arguments that are
-D Destroy the docker environment
-h Print help
Use these to select the desired target and the repo branch of the plugins. If none is provided, a ``rpm`` package for the ``amd64`` architecture will be built.
Use these to select the desired target and the repo branch of the plugins. If none is provided, a ``rpm`` package for the ``x64`` architecture will be built.

1. Change directory to the docker environment's path:

Expand All @@ -75,9 +75,9 @@ Use these to select the desired target and the repo branch of the plugins. If no
-R 0 \
-s false \
-d deb \
-a amd64
-a x64
The code above will build a ``.deb`` package for the ``amd64`` architecture, using the plugins' master branch. The package revision will be set to ``0``.
The code above will build a ``.deb`` package for the ``x64`` architecture, using the plugins' master branch. The package revision will be set to ``0``.

Once the build process finishes, built packages will be deployed to the ``artifacts/dist`` directory under the repo's root.

Expand Down

0 comments on commit c16fcaa

Please sign in to comment.