Skip to content

Commit 29730f4

Browse files
committed
Add jammy ports repositories
1 parent 257827f commit 29730f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161

6262
- name: install cross compile tools
6363
run: |
64+
cat <<- 'EOF' | sudo tee -a /etc/apt/sources.list
65+
deb [arch=arm64] http://ports.ubuntu.com/ jammy main multiverse universe
66+
deb [arch=arm64] http://ports.ubuntu.com/ jammy-security main multiverse universe
67+
deb [arch=arm64] http://ports.ubuntu.com/ jammy-backports main multiverse universe
68+
deb [arch=arm64] http://ports.ubuntu.com/ jammy-updates main multiverse universe
69+
EOF
6470
sudo dpkg --add-architecture ${{ matrix.docker_arch }}
6571
sudo apt update || true
6672
sudo apt install -y \

0 commit comments

Comments
 (0)