mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 02:19:27 +00:00
Add new arm64 apt sources file
This commit is contained in:
8
.github/workflows/build-standalone.yml
vendored
8
.github/workflows/build-standalone.yml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user