Add new arm64 apt sources file

This commit is contained in:
Arjan H
2025-12-04 09:06:19 +01:00
parent 9a85f2949b
commit aab8b7f83d
2 changed files with 16 additions and 0 deletions

View File

@@ -39,6 +39,14 @@ jobs:
- name: APT Install
run: |
sudo bash -c 'cat > /etc/apt/sources.list.d/arm64.sources <<EOF
Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports/
Suites: noble noble-updates noble-backports noble-security
Components: main restricted universe multiverse
Architectures: arm64
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
EOF'
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get -y install build-essential debhelper fakeroot crossbuild-essential-arm64

View File

@@ -30,6 +30,14 @@ jobs:
- name: APT Install
id: aptInstall
run: |
sudo bash -c 'cat > /etc/apt/sources.list.d/arm64.sources <<EOF
Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports/
Suites: noble noble-updates noble-backports noble-security
Components: main restricted universe multiverse
Architectures: arm64
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
EOF'
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get -y install build-essential debhelper fakeroot crossbuild-essential-arm64