Skip to content

Commit

Permalink
Add riscv64 support
Browse files Browse the repository at this point in the history
Live installer images rely on curtin as part of the subiquity snap.
Currently riscv64 support is missing.

Add a link to git repository in debian/control
  • Loading branch information
xypron authored and dbungert committed Apr 8, 2022
1 parent bfbba20 commit 0d737df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion curtin/commands/apt_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
PORTS_MIRRORS = {"PRIMARY": "http://ports.ubuntu.com/ubuntu-ports",
"SECURITY": "http://ports.ubuntu.com/ubuntu-ports"}
PRIMARY_ARCHES = ['amd64', 'i386']
PORTS_ARCHES = ['s390x', 'arm64', 'armhf', 'powerpc', 'ppc64el']
PORTS_ARCHES = ['s390x', 'arm64', 'armhf', 'powerpc', 'ppc64el', 'riscv64']

APT_SOURCES_PROPOSED = (
"deb $MIRROR $RELEASE-proposed main restricted universe multiverse")
Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Build-Depends: debhelper (>= 7),
python3-setuptools,
python3-yaml
Homepage: http://launchpad.net/curtin
Vcs-Git: https://git.launchpad.net/curtin
Vcs-Browser: https://git.launchpad.net/curtin
X-Python3-Version: >= 3.2

Package: curtin
Expand Down

0 comments on commit 0d737df

Please sign in to comment.