Skip to content

Commit 0fe76a7

Browse files
authored
Merge pull request #441 from stackhpc/ubuntu-noble-aarch64
Add Ubuntu Noble basic ARM64 repositories
2 parents d074f1a + 9906dea commit 0fe76a7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ deb_package_repos:
110110
sync_group: ubuntu_noble
111111
distribution_name: ubuntu-noble-security-
112112

113+
# security.ubuntu.com does not hold arm64 packages, so no dedicated repository
114+
# for security updates. Fetch from the main instead.
115+
- name: Ubuntu Noble ARM64
116+
url: http://ports.ubuntu.com/ubuntu-ports
117+
policy: immediate
118+
architectures: arm64
119+
components: main restricted universe multiverse
120+
distributions: noble noble-updates noble-backports noble-security
121+
mirror: true
122+
mode: verbatim
123+
base_path: ubuntu-ports/noble/
124+
short_name: ubuntu_noble_arm64
125+
sync_group: ubuntu_noble_arm64
126+
distribution_name: ubuntu-noble-arm64-
127+
113128
# Third-party repositories
114129

115130
## Separate repositories for each distribution because
@@ -130,7 +145,7 @@ deb_package_repos:
130145
- name: Docker CE for Ubuntu Noble
131146
url: https://download.docker.com/linux/ubuntu
132147
policy: immediate
133-
architectures: amd64
148+
architectures: amd64 arm64
134149
distributions: noble
135150
components: stable
136151
mirror: true

0 commit comments

Comments
 (0)