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 Jul 23, 2024
1 parent 98fe649 commit e319934
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 @@ -81,8 +81,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 @@ -149,7 +149,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 e319934

Please sign in to comment.