File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments