We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257827f commit 29730f4Copy full SHA for 29730f4
.github/workflows/docker.yml
@@ -61,6 +61,12 @@ jobs:
61
62
- name: install cross compile tools
63
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
70
sudo dpkg --add-architecture ${{ matrix.docker_arch }}
71
sudo apt update || true
72
sudo apt install -y \
0 commit comments