Skip to content

Commit

Permalink
ubuntu: mention riscv64 architecture in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
xypron committed Mar 20, 2024
1 parent 56ad43c commit 435bd21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ kernel on deploy.

### Building different architectures

By default, images are produces for amd64. You can build for arm64 as well if
you specify the `architecture` parameter:
By default, images are produces for amd64. You can build for arm64 or riscv64
as well if you specify the `architecture` parameter:

```shell
packer init .
Expand Down Expand Up @@ -148,7 +148,8 @@ Specify the Ubuntu Series to build. The default value is set to Jammy.

#### ARCH

Target image architecture. Supported values are amd64 (default) and arm64.
Target image architecture. Supported values are amd64 (default), arm64, and
riscv64.

#### URL

Expand Down

0 comments on commit 435bd21

Please sign in to comment.