Skip to content

Commit

Permalink
chore: update build setup for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Oct 3, 2024
1 parent a3ef4e5 commit 53a789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN <<EOR

# Workaround for outstanding fix of https://bugs.launchpad.net/ubuntu/+source/python-build/+bug/1992108
if grep -q ^UBUNTU_CODENAME=jammy /etc/os-release; then
echo >>/etc/apt/sources.list.d/jammy-proposed.list 'deb http://archive.ubuntu.com/ubuntu/ jammy-proposed universe'
echo >>/etc/apt/sources.list.d/jammy-proposed.list 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-proposed universe'
echo >>/etc/apt/sources.list.d/jammy-proposed.list 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-proposed universe'
fi

Expand Down

0 comments on commit 53a789d

Please sign in to comment.