File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 os : ubuntu-24.04-arm
3232 multiarch : armhf
3333 gcc_cross : arm-linux-gnueabihf
34- # Disabled due to Ubuntu repo trouble
34+ # Ubuntu mirrors are not reliable enough for these architectures
35+ # (see <https://bugs.launchpad.net/ubuntu/+bug/2130309>).
3536 # - host_target: riscv64gc-unknown-linux-gnu
3637 # os: ubuntu-latest
3738 # multiarch: riscv64
6869 - name : install multiarch
6970 if : ${{ matrix.multiarch != '' }}
7071 run : |
71- # s390x, ppc64el, riscv64 need Ubuntu Ports to be in the mirror list
72+ # armhf, s390x, ppc64el, riscv64 need Ubuntu Ports to be in the mirror list
7273 sudo bash -c "echo 'https://ports.ubuntu.com/ priority:4' >> /etc/apt/apt-mirrors.txt"
7374 # Add architecture
7475 sudo dpkg --add-architecture ${{ matrix.multiarch }}
You can’t perform that action at this time.
0 commit comments